Skip to content

Commit

Permalink
Nit: Prefer self.table_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreesh Maheshwar committed Dec 20, 2024
1 parent c4e6be9 commit bc2eab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiceberg/table/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ObjectStoreLocationProvider(LocationProvider):
def __init__(self, table_location: str, table_properties: Properties):
super().__init__(table_location, table_properties)
self._include_partition_paths = property_as_bool(
table_properties,
self.table_properties,
TableProperties.WRITE_OBJECT_STORE_PARTITIONED_PATHS,
TableProperties.WRITE_OBJECT_STORE_PARTITIONED_PATHS_DEFAULT,
)
Expand Down

0 comments on commit bc2eab8

Please sign in to comment.