amaliujia commented on a change in pull request #1457:
[WIP][Prototype][CALCITE-3340] TUMBLE as a TableFunction
URL: https://github.com/apache/calcite/pull/1457#discussion_r324899966
##########
File path: core/src/test/java/org/apache/calcite/tools/PlannerTest.java
##########
@@ -132,6 +132,18 @@ private void checkParseAndConvert(String query,
+ " EnumerableTableScan(table=[[hr, emps]])\n");
}
+ @Test public void testParseAndConvertTableFunctionWindowing() throws
Exception {
+ checkParseAndConvert(
+ "select * FROM TABLE(TUMBLE(TABLE ORDERS, INTERVAL '1' MINUTE))",
Review comment:
Note that I am using `TUMBLE` as the table function.
----------------------------------------------------------------
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