You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make SetPredicate and Subclasses JSON Serializable with Pydantic (#2557)
#2524
This PR addresses issue by making the `SetPredicate` class and its
subclasses (In, NotIn) JSON serializable using Pydantic.
- Added tests to verify JSON serialization of `In` and `NotIn`
predicates.
Please let me know if my approach or fix needs any improvements . I’m
open to feedback and happy to make changes based on suggestions.
Thank you !
---------
Co-authored-by: Fokko Driesprong <fokko@apache.org>
0 commit comments