Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove comment
  • Loading branch information
kevinjqliu committed Apr 28, 2024
commit 9e506c23408d9e3bc96c9e744a1454d0efe86c9b
1 change: 0 additions & 1 deletion pyiceberg/table/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ def new_table_metadata(
if table_uuid is None:
table_uuid = uuid.uuid4()

# need to update metadata_log here
# Remove format-version so it does not get persisted
format_version = int(properties.pop(TableProperties.FORMAT_VERSION, TableProperties.DEFAULT_FORMAT_VERSION))
if format_version == 1:
Expand Down