We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
self.table_properties
1 parent c4e6be9 commit bc2eab8Copy full SHA for bc2eab8
1 file changed
pyiceberg/table/locations.py
@@ -45,7 +45,7 @@ class ObjectStoreLocationProvider(LocationProvider):
45
def __init__(self, table_location: str, table_properties: Properties):
46
super().__init__(table_location, table_properties)
47
self._include_partition_paths = property_as_bool(
48
- table_properties,
+ self.table_properties,
49
TableProperties.WRITE_OBJECT_STORE_PARTITIONED_PATHS,
50
TableProperties.WRITE_OBJECT_STORE_PARTITIONED_PATHS_DEFAULT,
51
)
0 commit comments