[jira] [Commented] (FLINK-33672) Use MapState.entries() instead of keys() and get() in over window

2024-07-10 Thread Zakelly Lan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17864917#comment-17864917 ] Zakelly Lan commented on FLINK-33672: - I haven't done any perf on this. :D > Use Ma

[jira] [Commented] (FLINK-33672) Use MapState.entries() instead of keys() and get() in over window

2024-07-10 Thread Roman Khachatryan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17864748#comment-17864748 ] Roman Khachatryan commented on FLINK-33672: --- Nice optimization! Do you have a

[jira] [Commented] (FLINK-33672) Use MapState.entries() instead of keys() and get() in over window

2023-12-11 Thread Shengkai Fang (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17795569#comment-17795569 ] Shengkai Fang commented on FLINK-33672: --- Merged into master: 080119cca53d989025798

[jira] [Commented] (FLINK-33672) Use MapState.entries() instead of keys() and get() in over window

2023-12-01 Thread Zakelly Lan (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17791978#comment-17791978 ] Zakelly Lan commented on FLINK-33672: - This is a trivial work and I would like to ta

[jira] [Commented] (FLINK-33672) Use MapState.entries() instead of keys() and get() in over window

2023-11-28 Thread Yue Ma (Jira)
[ https://issues.apache.org/jira/browse/FLINK-33672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790464#comment-17790464 ] Yue Ma commented on FLINK-33672: Thanks to [~Zakelly]  for discovering this optimization