geruh commented on code in PR #2783:
URL: https://github.com/apache/iceberg-python/pull/2783#discussion_r2572653785


##########
pyiceberg/expressions/__init__.py:
##########
@@ -412,27 +470,35 @@ def __repr__(self) -> str:
 
 
 class BoundPredicate(Bound, BooleanExpression, ABC):
+    model_config = ConfigDict(arbitrary_types_allowed=True)

Review Comment:
   Looks like the bound expressions are also being included in the 
serialization and they're serialized identically?



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