sunjincheng121 commented on a change in pull request #7976: [FLINK-11908] Port window classes into flink-api-java URL: https://github.com/apache/flink/pull/7976#discussion_r265431296
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/api/table.scala ########## @@ -1092,10 +1094,35 @@ class Table( * @param window window that specifies how elements are grouped. * @return A windowed table. */ + @Deprecated + @deprecated( + "This method will be removed. Use table.window(window: GroupWindow) instead", + "1.9.0") Review comment: It depends on FLINK-11918 ---------------------------------------------------------------- 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