itiels opened a new pull request, #3160: URL: https://github.com/apache/calcite/pull/3160
When validating aggregates, AggChecker checking the the aggregate expression is part of the select list. But when the validator is changing the select list (for example by adding casts) this search will fail and the AggChecker will throw. This PR fixing that by searching for the expression in the extended select list instead of the unextended one. -- 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]
