You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/06/04 14:15:30 UTC

[GitHub] [ignite] korlov42 commented on a change in pull request #9103: IGNITE-12747 Correlated queries support

korlov42 commented on a change in pull request #9103:
URL: https://github.com/apache/ignite/pull/9103#discussion_r645605146



##########
File path: modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/prepare/IgnitePlanner.java
##########
@@ -221,7 +225,20 @@ public ValidationResult validateAndGetTypeMetadata(SqlNode sqlNode) {
     @Override public RelRoot rel(SqlNode sql) {
         SqlToRelConverter sqlToRelConverter = sqlToRelConverter(validator(), catalogReader, sqlToRelConverterCfg);
         RelRoot root = sqlToRelConverter.convertQuery(sql, false, true);
-        root = root.withRel(sqlToRelConverter.decorrelate(sql, root.rel));
+        RelNode rootRel = root.rel;

Review comment:
       Why did you do this change?




-- 
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