iceberg-python
iceberg-python copied to clipboard
[Bug Fix] Update "partition-spec" and "schema" for V1 table in update_table_metadata
"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.