zabetak commented on code in PR #3170:
URL: https://github.com/apache/calcite/pull/3170#discussion_r1193840906
##########
core/src/main/java/org/apache/calcite/plan/RelOptUtil.java:
##########
@@ -4674,6 +4675,9 @@ private static class CorrelationCollector extends
RelHomogeneousShuttle {
private final VariableUsedVisitor vuv = new VariableUsedVisitor(this);
@Override public RelNode visit(RelNode other) {
+ if (other instanceof HepRelVertex) {
Review Comment:
The `RelOptUtil` class remains unchanged in the latest patch so no need to
cherry-pick anything.
--
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]