junheleo opened a new pull request, #3242: URL: https://github.com/apache/calcite/pull/3242
The input of Calc Under Aggregate was changed when executing permute in AggregateOnCalcToAggregateUnifyRule, then If this match can't produce result, Visitor can not skip out because the condition "queryDescendant == r.after" is not met. I changed it to use clone of input, when original input would not be changed when this result is null. -- 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]
