pitrou commented on issue #41365:
URL: https://github.com/apache/arrow/issues/41365#issuecomment-2331654392

   > One option could be to use that in `FileSystemFromUri`, for example when 
the parsing fails check if it actually is a likely URI, and if not raise a 
different error message?
   > 
   > Or bind it in Python, so we can use it to decide in 
`_resolve_filesystem_and_path` whether we want to bubble up the error or not.
   
   `FileSystemFromUri` expects a URI, so we should keep the original error 
message there.
   
   Using it in `_resolve_filesystem_and_path`, though, seems reasonable.


-- 
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]

Reply via email to