Fokko commented on code in PR #6139: URL: https://github.com/apache/iceberg/pull/6139#discussion_r1017652341
########## python/tests/expressions/test_visitors.py: ########## @@ -284,13 +277,14 @@ def test_boolean_expression_visit_raise_not_implemented_error(): def test_bind_visitor_already_bound(table_schema_simple: Schema): - bound = BoundEqualTo( - BoundReference(table_schema_simple.find_field(1), table_schema_simple.accessor_for_field(1)), literal("hello") + bound = BoundEqualTo[Literal[str]]( Review Comment: I fully agree, and that was copy-paste one 😱 -- 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