hililiwei commented on code in PR #8174:
URL: https://github.com/apache/iceberg/pull/8174#discussion_r1282882265
##########
python/tests/test_schema.py:
##########
@@ -247,78 +247,6 @@ def test_schema_find_field_type_by_id(table_schema_simple:
Schema) -> None:
assert index[3] == NestedField(field_id=3, name="baz",
field_type=BooleanType(), required=False)
-def test_index_by_id_schema_visitor(table_schema_nested: Schema) -> None:
Review Comment:
Repeat with `test_schema_index_by_id_visitor`
--
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]