This is an automated email from the ASF dual-hosted git repository.
zakelly pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from be4549de7e6 [FLINK-36355][runtime] Remove deprecated xxxStreams#with
new 6a76eeee28e [FLINK-30614][serializer] Remove old method of resolving
schema compatibility.
new be907074643 [FLINK-30614][serializer] Remove deprecated
GenericArraySerializerConfigSnapshot and EitherSerializerSnapshot.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../serialization/custom_serialization.md | 6 +-
.../serialization/custom_serialization.md | 6 +-
.../common/typeutils/TypeSerializerSnapshot.java | 70 +-----------
.../base/GenericArraySerializerConfigSnapshot.java | 117 ---------------------
.../base/GenericArraySerializerSnapshot.java | 23 ----
.../runtime/EitherSerializerSnapshot.java | 109 -------------------
.../runtime/JavaEitherSerializerSnapshot.java | 11 --
.../CompositeTypeSerializerUpgradeTest.java | 17 ---
.../typeutils/TypeSerializerSnapshotTest.java | 87 ++-------------
9 files changed, 16 insertions(+), 430 deletions(-)
delete mode 100644
flink-core/src/main/java/org/apache/flink/api/common/typeutils/base/GenericArraySerializerConfigSnapshot.java
delete mode 100644
flink-core/src/main/java/org/apache/flink/api/java/typeutils/runtime/EitherSerializerSnapshot.java