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


##########
python/pyiceberg/expression/expressions.py:
##########
@@ -489,88 +449,88 @@ def bind(self, schema: Schema, case_sensitive: bool) -> 
BoundNotIn[T]:
         return BoundNotIn(bound_ref, *tuple(lit.to(bound_ref.field.field_type) 
for lit in self.literals))  # type: ignore
 
 
-class BoundEq(BoundPredicate[T]):
-    def __invert__(self) -> BoundNotEq[T]:
-        return BoundNotEq(self.term, *self.literals)
+class BoundEqual(BoundPredicate[T]):

Review Comment:
   Can these renames happen in a separate PR?



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