forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-17520] [core] Extend CompositeTypeSerializerSnapshot to allow …
…migration based on outer snapshot This commit deprecates isOuterSnapshotCompatible, which only allows signaling if the outer config is either compatible or not compatible, in favor of a new resolveOuterSchemaCompatibility method which additionally allows the user to signal migration. The change is backwards compatible, and allows subclasses that still only implement isOuterSnapshotCompatible to work as is.
- Loading branch information
Showing
1 changed file
with
63 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters