kevinjqliu commented on issue #864: URL: https://github.com/apache/iceberg-python/issues/864#issuecomment-2241734091
For context, this is the `CreateTableTransaction`'s `self._updates` after `_initial_changes` ``` AssignUUIDUpdate( action='assign-uuid', uuid=UUID('14406c1d-1bce-43d7-99d6-6617e9c1ad80') ) UpgradeFormatVersionUpdate( action='upgrade-format-version', format_version=2 ) AddSchemaUpdate( action='add-schema', schema_=Schema( NestedField( field_id=1, name='foo', field_type=StringType(), required=False ), schema_id=0, identifier_field_ids=[] ), last_column_id=1 ) SetCurrentSchemaUpdate( action='set-current-schema', schema_id=-1 ) AddPartitionSpecUpdate( action='add-spec', spec=PartitionSpec(spec_id=0) ) SetDefaultSpecUpdate( action='set-default-spec', spec_id=-1 ) AddSortOrderUpdate( action='add-sort-order', sort_order=SortOrder(order_id=0) ) SetDefaultSortOrderUpdate( action='set-default-sort-order', sort_order_id=-1 ) SetLocationUpdate( action='set-location', location='file:///private/var/folders/f1/3_vzsn7x1jq9hszb3z9y6f0m0000gn/T/pytest-of-kevinliu/pytest-37/test_sql0/default.db/arrow_create_table_transaction_test_sql_catalog_2' ) SetPropertiesUpdate( action='set-properties', updates={} ) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org