bx123 created FLINK-24797: ----------------------------- Summary: GlobalWindow.Serializer#getLength() provides a wrong length. Key: FLINK-24797 URL: https://issues.apache.org/jira/browse/FLINK-24797 Project: Flink Issue Type: Bug Components: API / Type Serialization System Affects Versions: 1.14.0, 1.13.0, 1.12.0 Reporter: bx123
The returned value in current version is 0, while the serialize() method indeed writes one byte and the correct value seems to be 1. I am wondering whether there may exist any Serializer that will return length 0? -- This message was sent by Atlassian Jira (v8.3.4#803005)