Fokko commented on code in PR #4730: URL: https://github.com/apache/iceberg/pull/4730#discussion_r872644783
########## python/tests/test_schema.py: ########## @@ -228,7 +228,7 @@ def test_schema_find_field_by_id_raise_on_unknown_field(table_schema_simple): def test_schema_find_field_type_by_id(table_schema_simple): - """Test retrieving a columns's type using its field ID""" + """Test retrieving a column type using its field ID""" Review Comment: Updated! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
