Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-7475

support update() in ListState

    XMLWordPrintableJSON

Details

    Description

      If I want to update the list.
      I have to do two steps:
      listState.clear()
      for (Element e : myList) {
      listState.add(e);
      }

      Why not I update the state by:
      listState.update(myList) ?

      Attachments

        Issue Links

          Activity

            People

              phoenixjiangnan Bowen Li
              yunfanfighting@foxmail.com yunfan
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: