rubenada commented on a change in pull request #2302:
URL: https://github.com/apache/calcite/pull/2302#discussion_r580883036
##########
File path: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java
##########
@@ -429,7 +430,7 @@ protected RexNode removeCorrelationExpr(
ImmutableSortedMap.of());
}
- public @Nullable Frame decorrelateRel(Sort rel) {
+ public @Nullable Frame decorrelateRel(Sort rel, boolean isCorVarDefined) {
//
Review comment:
I agree, I think the safest approach would be merging this PR to get it
fixed for 1.27; and then considering a potential refactoring in a subsequent
version.
So, if there are no objections, I'll merge this PR in the next 24/48 h
----------------------------------------------------------------
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:
[email protected]