DonnyZone opened a new pull request #1556: [CALCITE-3438] Validator should disallow use of the GROUPING function inside a FILTER clause URL: https://github.com/apache/calcite/pull/1556 `AggVisitor` ignores to find grouping functions in default. However, for some cases we need to consider these functions. This PR adds an interface to control its beheavior, and tries for fix the issue described in [CALCITE-3438](https://issues.apache.org/jira/browse/CALCITE-3438).
---------------------------------------------------------------- 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
