curcur commented on pull request #15200:
URL: https://github.com/apache/flink/pull/15200#issuecomment-856614307


   For 7:
   
   This is what I mean
   MapState
       entries, keys, values; 
       keys = entries.getKeys();
       values = entries.getValues();
       
       keys.remove(some key)
       values.remove(some value)
   
   Double check for rocksdb.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to