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 2019/03/04 13:54:13 UTC

[GitHub] [calcite] zabetak commented on a change in pull request #884: [CALCITE-2621] Add rule to execute semi joins with correlation (Ruben Quesada Lopez)

zabetak commented on a change in pull request #884: [CALCITE-2621] Add rule to execute semi joins with correlation (Ruben Quesada Lopez)
URL: https://github.com/apache/calcite/pull/884#discussion_r262066250
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/test/enumerable/EnumerableCorrelateTest.java
 ##########
 @@ -77,6 +77,32 @@
             "empid=150; name=Sebastian");
   }
 
+  /** Test case for
+   * <a href="https://issues.apache.org/jira/browse/CALCITE-2621">[CALCITE-2621]
+   * New rule: SemiJoinToCorrelateRule (SemiJoin => LogicalCorrelate)</a> */
 
 Review comment:
   Adapt comment based on new title.

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


With regards,
Apache Git Services