Re: A question about RocksDBListState and RocksDBMapState.

2019-07-05 Thread kaka chen
___ > From: kaka chen > Sent: Friday, July 5, 2019 15:05 > To: dev@flink.apache.org > Subject: A question about RocksDBListState and RocksDBMapState. > > Hi All, > > I noticed RocksDBListState and RocksDBMapState have both the following > comments: > > * {@li

Re: A question about RocksDBListState and RocksDBMapState.

2019-07-05 Thread Yun Tang
Hi kaka You're correct, these comments are not correct for RocksDBMapState now, will correct it with a hotfix. Best Yun Tang From: kaka chen Sent: Friday, July 5, 2019 15:05 To: dev@flink.apache.org Subject: A question about RocksDBListState and RocksDBMap

A question about RocksDBListState and RocksDBMapState.

2019-07-05 Thread kaka chen
Hi All, I noticed RocksDBListState and RocksDBMapState have both the following comments: * {@link RocksDBStateBackend} must ensure that we set the * {@link org.rocksdb.StringAppendOperator} on the column family that we use for our state since * we use the {@code merge()} call. However, from the