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

   ### Describe the enhancement requested
   
   I want to conveniently read parquet files from fsspec filesystems using 
schemes available in the [fsspec 
registry](https://filesystem-spec.readthedocs.io/en/latest/_modules/fsspec/registry.html)
 using URIs, without explicitly specifying the filesystem object.
   
   Examples:
   
   ```py
   
pq.read_table("hf://datasets/HuggingFaceTB/smoltalk/data/everyday-conversations/test-00000-of-00001.parquet")
 # single file
   
pq.read_table("hf://datasets/HuggingFaceTB/smoltalk/data/everyday-conversations/")
 # multiple files as dataset
   ```
   
   ### 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-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to