westonpace commented on issue #34386:
URL: https://github.com/apache/arrow/issues/34386#issuecomment-1450547132

   Ah, so `arrow::fs::FileSystemFromUri` is sufficient for the single file case 
but not the multi-file case?
   
   Maybe it would be simpler to add `arrow::fs:FileSystemFromUris`?
   
   Otherwise I worry that there may be many entry points into filesystem that 
accept a path (and there are many filesystem implementations).  For example, 
this change would touch the S3 filesystem and the GCS filesystem and so on.  I 
think there is some advantage in keeping the filesystem implementations as 
simple as possible.


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