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


##########
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:
   The Bound expressions don't carry a `type` attribute. In this case, it will 
simply fall back to the default deserialized value.



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