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_r265435172
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/api/windows.scala ########## @@ -333,7 +348,8 @@ class SlideWithSize(size: Expression) { * @param slide the slide of the window either as time or row-count interval. * @return a sliding window */ - def every(slide: Expression): SlideWithSizeAndSlide = new SlideWithSizeAndSlide(size, slide) + def every(slide: Expression): SlideWithSizeAndSlide = + new SlideWithSizeAndSlideImpl(size, slide) Review comment: Unnecessary change? ---------------------------------------------------------------- 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