vvysotskyi opened a new issue #439: Optimize ExpressionVisitors.visit method to 
traverse minimum nodes number required for determining the result
URL: https://github.com/apache/incubator-iceberg/issues/439
 
 
   `ExpressionVisitors.visit` method may be optimized for `AND` and `OR` 
operations to return `visitor.alwaysFalse()` or `visitor.alwaysTrue()` for the 
case when the result of the first operand determines full expression result.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to