You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by "herunkang2018 (via GitHub)" <gi...@apache.org> on 2023/04/18 06:22:46 UTC

[GitHub] [calcite] herunkang2018 commented on a diff in pull request #3159: [CALCITE-5655] Intermediate table alias should be different to avoid wrong field reference lookup in subquery remove phase

herunkang2018 commented on code in PR #3159:
URL: https://github.com/apache/calcite/pull/3159#discussion_r1169546108


##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -6252,6 +6286,32 @@ private void checkSemiJoinRuleOnAntiJoin(RelOptRule rule) {
         .check();
   }
 
+  @Test void testExpandProjectInWithTwoCorrelatedSubQueries() {

Review Comment:
   These two test cases for expand project in is not affected by this issue, I add these to improve test converage.



-- 
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: commits-unsubscribe@calcite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org