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 2019/11/01 09:33:49 UTC

[GitHub] [calcite] DonnyZone opened a new pull request #1556: [CALCITE-3438] Validator should disallow use of the GROUPING function inside a FILTER clause

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


With regards,
Apache Git Services