Github user yunfan123 commented on the issue: https://github.com/apache/flink/pull/4963 In the rocksdb implement, it still use db.merge to add each element to the rocksdb. I think we can get the specific MergeOperator class from rocksdb config and merge the list as a string. So we can only use db.put once to update the list.
---