kszucs commented on issue #44900:
URL: https://github.com/apache/arrow/issues/44900#issuecomment-2557218887

   Not working for me:
   
   ```py
   In [1]: import pyarrow.parquet as pq
   p
   In [2]: 
pq.read_table("fsspec+hf://datasets/HuggingFaceTB/smoltalk/data/everyday-conversations/")
   ```
   
   ```
   File ~/Workspace/arrow/python/pyarrow/error.pxi:92, in 
pyarrow.lib.check_status()
        90     return -1
        91
   ---> 92 raise convert_status(status)
        93
        94
   
   ArrowInvalid: Expected a local filesystem path, got a URI: 
'fsspec+hf://datasets/HuggingFaceTB/smoltalk/data/everyday-conversations/'
   /Users/kszucs/Workspace/arrow/cpp/src/arrow/filesystem/localfs.cc:304  
ValidatePath(path)
   ```


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