julianhyde 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_r349966727
##########
File path:
core/src/main/java/org/apache/calcite/sql/validate/SqlValidatorImpl.java
##########
@@ -2739,7 +2740,25 @@ private void registerQuery(
registerOperandSubQueries(parentScope, call, 0);
scopes.put(node, parentScope);
break;
+ case TUMBLE:
Review comment:
I am surprised that TUMBLE needs special treatment above and beyond what
other table functions get.
----------------------------------------------------------------
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