- 
                Notifications
    You must be signed in to change notification settings 
- Fork 381
Make And expression JSON serializable using Pydantic #2560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Make And expression JSON serializable using Pydantic #2560
Conversation
| @Fokko Could you please review these changes when you have time. | 
| @Aniketsy Thanks for working on this, but I think this one is problematic, since it relies on  | 
| @Fokko sure, I will wait till   | 
| @Fokko I think PR on  | 
| @Aniketsy Certainly, let me know if you run into anything 👍 | 
| I would recommend taking some inspiration from the  | 
| @Aniketsy gentle ping on this :) | 
d0284b5    to
    dd534a8      
    Compare
  
    6607718    to
    59674ec      
    Compare
  
    55e54cf    to
    536e2b8      
    Compare
  
    e4b84dc    to
    6f71f21      
    Compare
  
    | @kevinjqliu Could you please take a look and help me understand why one of the tests is failing? | 
#2518
This PR addresses issue by making the
Andexpression in pyiceberg.expressions fully JSON serializable using Pydantic.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 !