dianfu commented on a change in pull request #8057: [FLINK-12028][table] Add `addColumns`,`renameColumns`, `dropColumns` … URL: https://github.com/apache/flink/pull/8057#discussion_r269850570
########## File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/Table.java ########## @@ -879,4 +879,117 @@ * @return An OverWindowedTable to specify the aggregations. */ OverWindowedTable window(OverWindow... overWindows); + + /** + * Performs a field add operation. Similar to an SQL SELECT statement. The field expressions + * can contain complex expressions, but can not be an aggregations. Will report an expression if Review comment: can not be an aggregations -> can not contain? will report an expression -> It will throw an exception ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services