microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.
Apache License 2.0
510 stars 97 forks source link

Questions regarding `parse_url` #112

Closed ltrk2 closed 1 month ago

ltrk2 commented 1 year ago

Currently, parse_url doesn't support cases such as these at all (ie. all fields come back empty):

I'd consider the following cases bugs:

The examples above were taken from https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Example_URIs.

Is parse_url meant to be compliant with RFC 3986? If not, would it be possible to clarify what cases are meant to be supported?