-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Description
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 used
iceberg-python/pyiceberg/table/locations.py
Lines 199 to 200 in 71129ee
| if property_as_bool(table_properties, TableProperties.OBJECT_STORE_ENABLED, TableProperties.OBJECT_STORE_ENABLED_DEFAULT): | |
| return ObjectStoreLocationProvider(table_location, table_properties) |
iceberg-python/pyiceberg/table/__init__.py
Line 205 in 71129ee
| OBJECT_STORE_ENABLED_DEFAULT = True |
Willingness to contribute
- I can contribute a fix for this bug independently
- I would be willing to contribute a fix for this bug with guidance from the Iceberg community
- I cannot contribute a fix for this bug at this time
Fokko
Metadata
Metadata
Assignees
Labels
No labels