We pass scheme prefixes (s3://) to PyArrrow #696
Labels
binding/python
Issues for the Python package
bug
Something isn't working
good first issue
Good for newcomers
Description
PyArrow Filesystems don't expect paths to be provided as URIs with a scheme prefix (e.g.
s3://
). The only reason thatDeltaTable.to_pyarrow_dataset()
works (if you don't pass a filesystem) is that ourDeltaStorageHandler
accepts URIs.We need to change so that:
DeltaStorageHandler
rejects scheme prefixesEnvironment
Delta-rs version:
Binding: Python
Environment:
Bug
What happened:
See: #689 (comment)
What you expected to happen:
How to reproduce it:
More details:
The text was updated successfully, but these errors were encountered: