hsyuan commented on a change in pull request #1102: [CALCITE-1515] RelBuilder 
supports creating TableFunctionScan
URL: https://github.com/apache/calcite/pull/1102#discussion_r264855111
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/test/RelBuilderTest.java
 ##########
 @@ -298,6 +298,23 @@
     assertThat(root, hasTree(expected));
   }
 
+  @Test public void testTableFunctionScan() {
+    // Equivalent SQL:
+    //   SELECT *
+    //   FROM TABLE(DUP(CURSOR(select * from emp), CURSOR(select * from DEPT), 
'NAME'))
 
 Review comment:
   s/DUP/DEDUP/

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to