You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2021/04/29 14:21:17 UTC

[GitHub] [calcite] amandeep-sharma commented on a change in pull request #2407: [CALCITE-4592] Populate correlation context for Join in RelToSqlConve…

amandeep-sharma commented on a change in pull request #2407:
URL: https://github.com/apache/calcite/pull/2407#discussion_r623100331



##########
File path: core/src/main/java/org/apache/calcite/rel/rel2sql/RelToSqlConverter.java
##########
@@ -209,6 +209,7 @@ public Result visit(Join e) {
       break;
     }
     final Result leftResult = visitInput(e, 0).resetAlias();
+    parseCorrelTable(e, leftResult);
     final Result rightResult = visitInput(e, 1).resetAlias();

Review comment:
       Added the test case.




-- 
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:
users@infra.apache.org