iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

[Bug Fix] Update "partition-spec" and "schema" for V1 table in update_table_metadata

Open HonahX opened this issue 1 year ago • 0 comments

"partition-spec" and "schema" are deprecated but required field in v1 table metadata. For backward compatibility, I think we should to update "partition-spec" when applying SetDefaultSpecUpdate and "schema" when applying SetCurrentSchemaUpdate.

HonahX avatar Mar 25 '24 08:03 HonahX