You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/12/08 00:56:36 UTC

[GitHub] [calcite] wnob opened a new pull request #2634: [CALCITE-4925] Allow selective application of the reduce-functions rule with arbitrary specificity

wnob opened a new pull request #2634:
URL: https://github.com/apache/calcite/pull/2634


   See [CALCITE-4925](https://issues.apache.org/jira/browse/CALCITE-4925).
   
   Add the ability to selectively apply the reduce-functions rule with arbitrary specificity. This ability was added on top of the existing ability to select by function type. It would also be possible to implement the selection by function type as a convenience method that simply wraps the more general predicate, meaning there would only ever be 1 predicate, but it seemed like a potential anti-pattern to let 2 methods in the config interfere with each other destructively like that. No strong opinions either way.


-- 
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: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [calcite] asfgit closed pull request #2634: [CALCITE-4925] Allow selective application of the reduce-functions rule with arbitrary specificity

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #2634:
URL: https://github.com/apache/calcite/pull/2634


   


-- 
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: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org