rdblue opened a new pull request, #5602:
URL: https://github.com/apache/iceberg/pull/5602

   This adds a JSON parser for `Expression` based on @nastra's work in #5511, 
but with a few changes:
   
   1. The format matches what was discussed in #4308
   2. Adds a `CustomOrderExpressionVisitor` to visit expressions when 
converting to JSON
   3. Transforms are supported if a schema is passed to `fromJson`
   4. Both bound and unbound expressions can be passed to `toJson`. Using a 
bound expression ensures that the JSON representation for values matches 
expression's type
   
   Closes #4308
   Closes #5511


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