mihaibudiu commented on code in PR #3640:
URL: https://github.com/apache/calcite/pull/3640#discussion_r1459918755
##########
core/src/main/java/org/apache/calcite/sql2rel/SqlToRelConverter.java:
##########
@@ -5491,18 +5491,24 @@ ImmutableList<RelNode> retrieveCursors() {
builder.add(convertExpression(node));
}
final ImmutableList<RexNode> list = builder.build();
+ RelNode rel = root.rel;
+ CorrelationUse correlationUse = getCorrelationUse(this, root.rel);
Review Comment:
I am not familiar with this part of the code, so I need help to understand
why this works.
Maybe other reviewers won't need this help.
--
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]