We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ObjectStoreLocationProvider
main (development)
As part of implementing LocationProvider, ObjectStoreLocationProvider was enabled by default.
This will create a change in default behavioral for location of data files. We want to turn it off by default so SimpleLocationProvider is used
SimpleLocationProvider
iceberg-python/pyiceberg/table/locations.py
Lines 199 to 200 in 71129ee
iceberg-python/pyiceberg/table/__init__.py
Line 205 in 71129ee
The text was updated successfully, but these errors were encountered:
1d24e71
Update docs to reflect default location provider (#1724)
acb3c47
Update the docs to reflect the simple location provider as the default location provider. related to #1721, and #1722.
Successfully merging a pull request may close this issue.
Apache Iceberg version
main (development)
Please describe the bug 🐞
As part of implementing LocationProvider,
ObjectStoreLocationProvider
was enabled by default.This will create a change in default behavioral for location of data files. We want to turn it off by default so
SimpleLocationProvider
is usediceberg-python/pyiceberg/table/locations.py
Lines 199 to 200 in 71129ee
iceberg-python/pyiceberg/table/__init__.py
Line 205 in 71129ee
Willingness to contribute
The text was updated successfully, but these errors were encountered: