You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fp...@apache.org on 2021/11/24 14:11:14 UTC

[flink] branch master updated (d8ad669 -> 601ef3b)

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

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


    from d8ad669  [FLINK-25042] Allow calls to @VisibleForTesting from inner classes
     add 601ef3b  [FLINK-24858][core] Prevent version mismatches in TypeSerializers

No new revisions were added by this update.

Summary of changes:
 .../flink/api/java/typeutils/RowTypeInfo.java      |  2 +-
 .../api/java/typeutils/runtime/RowSerializer.java  | 70 +++++++++++++---------
 .../typeutils/TypeSerializerUpgradeTestBase.java   | 22 ++-----
 .../functions/sink/TwoPhaseCommitSinkFunction.java | 24 +++++---
 .../runtime/typeutils/LinkedListSerializer.java    | 26 +++++---
 5 files changed, 83 insertions(+), 61 deletions(-)