soumya-ghosh commented on code in PR #956: URL: https://github.com/apache/iceberg-python/pull/956#discussion_r1688482718
########## tests/table/test_init.py: ########## @@ -598,7 +598,7 @@ def test_apply_set_properties_update(table_v2: Table) -> None: base_metadata = table_v2.metadata new_metadata_no_update = update_table_metadata(base_metadata, (SetPropertiesUpdate(updates={}),)) - assert new_metadata_no_update == base_metadata Review Comment: Agreed, this change is not needed after @HonahX's suggestion. Will revert it. -- 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