rdblue commented on code in PR #6139: URL: https://github.com/apache/iceberg/pull/6139#discussion_r1017240780
########## python/tests/expressions/test_expressions.py: ########## @@ -281,15 +260,15 @@ def test_not_in_equal(): def test_bind_in(table_schema_simple: Schema): - bound = BoundIn( + bound = BoundIn[str]( Review Comment: Why is this necessary now? -- 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