You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sj...@apache.org on 2020/08/31 17:58:05 UTC

[flink] branch master updated (3d290c8 -> fe867a6)

This is an automated email from the ASF dual-hosted git repository.

sjwiesman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 3d290c8  [FLINK-18992][table-api-java] Fix Table API renameColumns JavaDocs
     add fe867a6  [FLINK-18977][datastream] Extract WindowOperator construction into a builder class

No new revisions were added by this update.

Summary of changes:
 .../streaming/api/datastream/WindowedStream.java   | 645 ++++-----------------
 .../operators/windowing/WindowOperatorBuilder.java | 379 ++++++++++++
 2 files changed, 476 insertions(+), 548 deletions(-)
 create mode 100644 flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/windowing/WindowOperatorBuilder.java