Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
TimeWindow serializer return 0 as its length for serialization, this is certatinately not correct.
public static class Serializer extends TypeSerializerSingleton<TimeWindow> { .... @Override public int getLength() { return 0; } }
Current namespace serializer in state backend does not depends on this interface so that no obvious bug has ever reported.
Moreover, this bug also occurs in other window related serializer.
Attachments
Issue Links
- is duplicated by
-
FLINK-24797 GlobalWindow.Serializer#getLength() provides a wrong length.
- Closed
- links to