[ 
https://issues.apache.org/jira/browse/FLINK-24210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Flink Jira Bot updated FLINK-24210:
-----------------------------------
    Labels: pull-request-available stale-assigned  (was: pull-request-available)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issue is assigned but has not 
received an update in 30 days, so it has been labeled "stale-assigned".
If you are still working on the issue, please remove the label and add a 
comment updating the community on your progress.  If this issue is waiting on 
feedback, please consider this a reminder to the committer/reviewer. Flink is a 
very active project, and so we appreciate your patience.
If you are no longer working on the issue, please unassign yourself so someone 
else may work on it.


> Window related serailizer should not return 0 as its serialized length
> ----------------------------------------------------------------------
>
>                 Key: FLINK-24210
>                 URL: https://issues.apache.org/jira/browse/FLINK-24210
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Type Serialization System, Runtime / State Backends
>            Reporter: Yun Tang
>            Assignee: Jinzhong Li
>            Priority: Minor
>              Labels: pull-request-available, stale-assigned
>
> TimeWindow serializer return 0 as its length for serialization, this is 
> certatinately not correct.
> {code:java}
> public static class Serializer extends TypeSerializerSingleton<TimeWindow> {
> ....
>         @Override
>         public int getLength() {
>             return 0;
>         }
> }
> {code}
> 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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to