amaliujia commented on a change in pull request #1587: [CALCITE-3272] Support 
TUMBLE as Table Valued Function including an enumerable implementation, 
stream.iq and DESCRIPTOR
URL: https://github.com/apache/calcite/pull/1587#discussion_r358064408
 
 

 ##########
 File path: 
core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java
 ##########
 @@ -2285,6 +2285,7 @@ private SqlNode registerFrom(
     case VALUES:
     case WITH:
     case OTHER_FUNCTION:
+    case TUMBLE:
 
 Review comment:
   I believe in Calcite `COLLECTION_TABLE` is the `TABLE(...)` part in `SELECT 
* FROM TABLE(TUMBLE(...))`. 
   
   I will give it try to change TUMBLE's sql kind to `COLLECTION_TABLE` 
tomorrow and see how will it work.

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