davidradl commented on code in PR #25540:
URL: https://github.com/apache/flink/pull/25540#discussion_r1804348228


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/Table.java:
##########
@@ -161,27 +147,6 @@ TemporalTableFunction createTemporalTableFunction(
      */
     Table as(String field, String... fields);
 
-    /**
-     * Renames the fields of the expression result. Use this to disambiguate 
fields before joining
-     * to operations.
-     *

Review Comment:
   I see a test that uses this function in Scala in OverWindowValidationTest is 
has .
   
`Over.partitionBy($"c").orderBy($"rowtime").preceding(2).following($"xx").as($"w"))`
   



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

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to