You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ta...@apache.org on 2022/01/20 02:52:00 UTC

[flink] branch master updated (0e4a666 -> 573d2b0)

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

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


    from 0e4a666  [FLINK-11838][fs][gs] Create Google Storage file system with RecoverableWriter support
     add 573d2b0  [FLINK-24210][runtime] Return the correct serialized length for window-related serializer

No new revisions were added by this update.

Summary of changes:
 .../api/windowing/windows/GlobalWindow.java        |  2 +-
 .../api/windowing/windows/TimeWindow.java          |  4 +--
 .../windowing/TimeWindowSerializerTest.java        | 32 +++++++++-------------
 .../runtime/operators/window/CountWindow.java      |  2 +-
 .../table/runtime/operators/window/TimeWindow.java |  2 +-
 5 files changed, 18 insertions(+), 24 deletions(-)
 copy flink-core/src/test/java/org/apache/flink/api/common/typeutils/base/SqlTimeSerializerTest.java => flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/TimeWindowSerializerTest.java (59%)