zabetak commented on code in PR #2646:
URL: https://github.com/apache/calcite/pull/2646#discussion_r847113369


##########
core/src/main/java/org/apache/calcite/rel/rules/ProjectCalcMergeRule.java:
##########
@@ -82,8 +82,6 @@ public ProjectCalcMergeRule(RelBuilderFactory 
relBuilderFactory) {
             project.getRowType(),
             cluster.getRexBuilder());
     if (RexOver.containsOver(program)) {
-      LogicalCalc projectAsCalc = LogicalCalc.create(calc, program);

Review Comment:
   I added a note under the JIRA and the JIRA reference in the list of breaking 
changes in history.md.



-- 
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