You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/03/13 09:40:15 UTC

[GitHub] [arrow] jorisvandenbossche opened a new issue, #34542: [Python]

jorisvandenbossche opened a new issue, #34542:
URL: https://github.com/apache/arrow/issues/34542

   ### Describe the enhancement requested
   
   As documented in https://arrow.apache.org/docs/python/filesystems.html#using-arrow-filesystems-with-fsspec, you can wrap a pyarrow filesystem in an fsspec filesystem (eg to get its richer API, or to pass it to a function that requires an fsspec filesystem). However, if you then pass that to a pyarrow reader, we will treat it as a general fsspec filesystem (going through the python handler for each call). 
   It should be easy to recognize and unwrap `ArrowFSWrapper`, so can then work further with our native filesystem.
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org