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

   This refactors unary expressions to use base classes that handle binding and 
inverting. In addition, this updates binding to produce `AlwaysTrue()` or 
`AlwaysFalse()` values based on the bound type. For example, `IsNull(a)` when 
bound to a required field a will produce `AlwaysFalse()` because the value is 
required.
   
   This also adds missing tests for unary expressions.


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