Details
-
New Feature
-
Status: Open
-
Not a Priority
-
Resolution: Unresolved
-
None
-
None
Description
Whether or not a state's schema can be evolved (e.g., removing / adding fields to a POJO-typed state, modifying an Avro-type state's schema, etc.) depends on whether or not the type's corresponding TypeSerializer and its TypeSerializerSnapshot properly supports it.
As of Flink 1.7, we currently only have support for evolving Avro types (with FLINK-10605).
This tracks the support for other composite types that would benefit from an evolvable schema, such as POJOs, tuples, Scala case classes etc.
Attachments
1.
|
Support POJO state schema evolution | Closed | Tzu-Li (Gordon) Tai | |||||||||
2.
|
Support Row/CRow state schema evolution | Open | Unassigned | |||||||||
3.
|
First-class support for Protobuf types with evolvable schema | Open | Unassigned |
|