tustvold commented on issue #8068: URL: https://github.com/apache/arrow-datafusion/issues/8068#issuecomment-1801686254
It is just a URL with a scheme of `file`, no `host` and a path of `/data.parquet`. If this were interpreted as a normal file URI then yes it would describe an absolute path, however, you are overloading the URL scheme of `file` to make it be interpreted differently. You could alternatively register the store with a different scheme / host to avoid this discrepancy, but it isn't harmful -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
