Yun Tang created FLINK-23789:
--------------------------------
Summary: Remove unnecessary setTotalOrderForSeek for Rocks iterator
Key: FLINK-23789
URL: https://issues.apache.org/jira/browse/FLINK-23789
Project: Flink
Issue Type: Bug
Components: Runtime / State Backends
Reporter: Yun Tang
Assignee: Yun Tang
Fix For: 1.14.0
>From FLINK-17800, we have to explicitly add setTotalOrderForSeek to ensure
>data correctness if user choose to set OptimizeForPointLookup.
However, this is unnecessary since we upgraded the RocksDB version (please
refer to [rocksDB PR|https://github.com/facebook/rocksdb/pull/5165]) which
removes the prefix extractor and hash-based indexing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)