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


##########
python/src/iceberg/expressions/base.py:
##########
@@ -267,6 +227,31 @@ def __str__(self) -> str:
         return "false"
 
 
+@dataclass
+class UnboundIn(BooleanExpression, UnboundPredicate):

Review Comment:
   You probably want to use `In` for `UnboundIn` and `BoundIn` for the bound 
version. Users interact the most with the unbound versions and don't need to 
know much about expression binding.



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

Reply via email to