Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.19.0
Description
This issue aims to verify FLIP-398.
Volunteers can verify it by following the doc changes. Basically, two parts need to be verfied:
- The old way of configuring serialization via hard-code method calls still works:
- ExecutionConfig#registerType (for both POJO and generic types)
- ExecutionConfig#addDefaultKryoSerializer
- ExecutionConfig#registerTypeWithKryoSerializer
- The new way of configuring serialization via config option pipeline.serialization-config also works for:
- Regieter serializer for POJO types
- Register Kryo serializer for generic types
- Register Kryo serializer as the default Kryo serializer for types
- Register custom type info factories
Attachments
Issue Links
- is related to
-
FLINK-34037 FLIP-398: Improve Serialization Configuration And Usage In Flink
- Open
- relates to
-
FLINK-34328 Release Testing Instructions: Verify FLINK-34037 Improve Serialization Configuration And Usage In Flink
- Closed