Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
In the milestone one, we should:
- Add an extra method (TypeserializeSnapshotr#resolveSchemaCompatibility(TypeSerializerSnapshot<T> oldSerializerSnapshot)) in TypeSerializerSnapshot.java as above, and return INCOMPATIBLE as default.
- Mark the original method as deprecated and it will use new method to resolve as default.
- Implement the new method for all built-in TypeserializerSnapshots.
See FLIP-263 for more details.