Fokko commented on code in PR #2783:
URL: https://github.com/apache/iceberg-python/pull/2783#discussion_r2561828845
##########
pyiceberg/expressions/__init__.py:
##########
@@ -48,7 +48,7 @@ def _to_literal(value: L | Literal[L]) -> Literal[L]:
return literal(value)
-class BooleanExpression(ABC):
+class BooleanExpression(IcebergBaseModel, ABC):
Review Comment:
For this, we first need to get
https://github.com/apache/iceberg-python/pull/2560 in
--
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]