soumya-ghosh commented on code in PR #956: URL: https://github.com/apache/iceberg-python/pull/956#discussion_r1688483539
########## tests/catalog/test_glue.py: ########## @@ -707,6 +707,7 @@ def test_commit_table_update_schema( test_catalog.create_namespace(namespace=database_name) table = test_catalog.create_table(identifier, table_schema_nested) original_table_metadata = table.metadata + last_update_ms = original_table_metadata.last_updated_ms Review Comment: Agreed, will have have 1 or 2 assertions in `test_glue` and `test_sql`. -- 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