You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Congxian Qiu (JIRA)" <ji...@apache.org> on 2018/08/01 09:43:00 UTC

[jira] [Commented] (FLINK-9116) Introduce getAll and removeAll for MapState

    [ https://issues.apache.org/jira/browse/FLINK-9116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565056#comment-16565056 ] 

Congxian Qiu commented on FLINK-9116:
-------------------------------------

Hi, [~sihuazhou], I didn't see putAll(List) in MapState in Flink master branch, there is only putAll(Map<UK, UV> map) in there, did I miss anything?

And, if you didn't have enough time, could I take over this?

> Introduce getAll and removeAll for MapState
> -------------------------------------------
>
>                 Key: FLINK-9116
>                 URL: https://issues.apache.org/jira/browse/FLINK-9116
>             Project: Flink
>          Issue Type: New Feature
>          Components: State Backends, Checkpointing
>    Affects Versions: 1.5.0
>            Reporter: Sihua Zhou
>            Assignee: Sihua Zhou
>            Priority: Major
>             Fix For: 1.6.0
>
>
> We have supported {{putAll(List)}} in {{MapState}}, I think we should also support {{getAll(Iterable)}} and {{removeAll(Iterable)}} in {{MapState}}, it can be convenient in some scenario.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)