Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.14.4
Description
The underlying serialization of avro schema uses string serialization method of ObjectOutputStream.class, however, the default string serialization by ObjectOutputStream.class does not support handling string of more than 66535 characters (64kb). As a result, constructing flink operators that input/output Avro Generic Record with huge schema is not possible.
The purposed fix is two change the serialization and deserialization method of these following classes so that huge string could also be handled.
Attachments
Attachments
Issue Links
- is duplicated by
-
FLINK-22727 SerializableAvroSchema cannot handle large schema
-
- Resolved
-
- links to