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/05/15 08:38:07 UTC

[GitHub] [calcite] KhawlaMhb commented on a change in pull request #1211: [CALCITE-2624] Add a rule to copy a sort below a join operator

KhawlaMhb commented on a change in pull request #1211: [CALCITE-2624] Add a rule to copy a sort below a join operator
URL: https://github.com/apache/calcite/pull/1211#discussion_r284144380
 
 

 ##########
 File path: core/src/test/resources/org/apache/calcite/test/RelOptRulesTest.xml
 ##########
 @@ -8922,6 +8922,183 @@ LogicalProject(EMPNO=[$0], ENAME=[$1], JOB=[$2], MGR=[$3], HIREDATE=[$4], SAL=[$
       LogicalAggregate(group=[{0}])
         LogicalProject(NAME=[$1])
           LogicalTableScan(table=[[CATALOG, SALES, DEPT]])
+]]>
+        </Resource>
+    </TestCase>
+    <TestCase name="testSortCopyTranspose1">
 
 Review comment:
   It belonged to an old test indeed, I just removed it.

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