amaliujia commented on a change in pull request #1761:
URL: https://github.com/apache/calcite/pull/1761#discussion_r411103052



##########
File path: 
core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java
##########
@@ -966,8 +970,8 @@ public MatchImplementor get(final SqlMatchFunction 
function) {
     }
   }
 
-  public TableValuedFunctionCallImplementor get(final SqlWindowTableFunction 
operator) {
-    final Supplier<? extends TableValuedFunctionCallImplementor> supplier =
+  public TableFunctionCallImplementor get(final SqlWindowTableFunction 
operator) {
+    final Supplier<? extends TableFunctionCallImplementor> supplier =

Review comment:
       Done.




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


Reply via email to