___
> 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
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
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