rdblue commented on code in PR #6128:
URL: https://github.com/apache/iceberg/pull/6128#discussion_r1014917239


##########
python/tests/expressions/test_expressions.py:
##########
@@ -269,23 +283,23 @@ def test_bind_not_in_equal_term(table_schema_simple: 
Schema):
 
 
 def test_in_empty():
-    assert In(Reference("foo"), ()) == AlwaysFalse()
+    assert In(Reference("foo"), set()) == AlwaysFalse()

Review Comment:
   I simplified unbound expression creation in a recent PR. That might help 
here.



-- 
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

Reply via email to