[ https://issues.apache.org/jira/browse/FLINK-7025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16067160#comment-16067160 ]
ASF GitHub Bot commented on FLINK-7025: --------------------------------------- Github user fhueske commented on the issue: https://github.com/apache/flink/pull/4212 +1 to merge > Using NullByteKeySelector for Unbounded ProcTime NonPartitioned Over > -------------------------------------------------------------------- > > Key: FLINK-7025 > URL: https://issues.apache.org/jira/browse/FLINK-7025 > Project: Flink > Issue Type: Bug > Components: Table API & SQL > Affects Versions: 1.3.1, 1.4.0 > Reporter: sunjincheng > Assignee: sunjincheng > > Currently we added `Cleanup State` feature. But It not work well if we > enabled the stateCleaning on Unbounded ProcTime NonPartitioned Over window, > Because in `ProcessFunctionWithCleanupState` we has using the keyed state. > So, In this JIRA. I'll change the `Unbounded ProcTime NonPartitioned Over` > to `partitioned Over` by using NullByteKeySelector. OR created a > `NonKeyedProcessFunctionWithCleanupState`. But I think the first way is > simpler. What do you think? [~fhueske] -- This message was sent by Atlassian JIRA (v6.4.14#64029)