xetdata / pyxet

Python SDK for XetHub
https://xethub.com/
BSD 3-Clause "New" or "Revised" License
47 stars 7 forks source link

Prepend xet:// protocol to ls() #108

Closed seanses closed 10 months ago

seanses commented 10 months ago

Fix https://github.com/xetdata/xethub/issues/4553. Instead of prepend the 'xet://' in the cli.py::ls, do it in file_system.py::ls because pyarrow checks if the children path prefix in a directory matches that directory path.

seanses commented 10 months ago

Close because this violates fsspec protocol..