Skip to content

Commit a8f1e2b

Browse files
committed
Remove reference of PropertyUtil
1 parent 492a4d5 commit a8f1e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/table/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ def _update_table_metadata_log(base_metadata: TableMetadata, metadata_location:
11921192
"""
11931193
max_metadata_log_entries = max(
11941194
1,
1195-
PropertyUtil.property_as_int(
1195+
property_as_int(
11961196
base_metadata.properties,
11971197
TableProperties.METADATA_PREVIOUS_VERSIONS_MAX,
11981198
TableProperties.METADATA_PREVIOUS_VERSIONS_MAX_DEFAULT,

0 commit comments

Comments
 (0)