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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to