mihaibudiu commented on code in PR #4398:
URL: https://github.com/apache/calcite/pull/4398#discussion_r2105892318
##########
core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java:
##########
@@ -618,7 +639,7 @@ protected RexNode removeCorrelationExpr(
}
// add mapping of group keys.
- outputMap.put(idx, newPos);
+ outputMap.put(i, newPos);
Review Comment:
this was a separate bug uncovered by these stricter checks
--
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]