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) ?



--
View this message in context: 
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Why-ListState-of-flink-don-t-support-update-tp14957.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at 
Nabble.com.

Reply via email to