You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/09/02 19:51:32 UTC

[GitHub] [incubator-iceberg] vvysotskyi opened a new issue #439: Optimize ExpressionVisitors.visit method to traverse minimum nodes number required for determining the result

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org