[jira] [Commented] (FLINK-24767) A keyBy following countWindow does not preserve order within the same partition

2021-11-16 Thread Guowei Ma (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1785#comment-1785 ] Guowei Ma commented on FLINK-24767: --- {code:java} env.setRuntimeMode(RuntimeExecutionMode.BATCH);

[jira] [Commented] (FLINK-24767) A keyBy following countWindow does not preserve order within the same partition

2021-11-15 Thread Guowei Ma (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17444280#comment-17444280 ] Guowei Ma commented on FLINK-24767: --- I think it might be that in the Batch execution mode FLINK will

[jira] [Commented] (FLINK-24767) A keyBy following countWindow does not preserve order within the same partition

2021-11-04 Thread Lee Y S (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17439030#comment-17439030 ] Lee Y S commented on FLINK-24767: - Hi [~sjwiesman], Because I set the random seed (0), the result

[jira] [Commented] (FLINK-24767) A keyBy following countWindow does not preserve order within the same partition

2021-11-04 Thread Seth Wiesman (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17438953#comment-17438953 ] Seth Wiesman commented on FLINK-24767: -- When executing a `keyBy` under batch execution, the

[jira] [Commented] (FLINK-24767) A keyBy following countWindow does not preserve order within the same partition

2021-11-04 Thread Liu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17438663#comment-17438663 ] Liu commented on FLINK-24767: - It seems like that the behavior only happens in batch mode. > A keyBy

[jira] [Commented] (FLINK-24767) A keyBy following countWindow does not preserve order within the same partition

2021-11-04 Thread Fabian Paul (Jira)
[ https://issues.apache.org/jira/browse/FLINK-24767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17438650#comment-17438650 ] Fabian Paul commented on FLINK-24767: - [~guoweima] can you take a look at this? > A keyBy following