Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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) which removes the prefix extractor and hash-based indexing.
Attachments
Issue Links
- depends upon
-
FLINK-14482 Bump up rocksdb version
- Closed
- relates to
-
FLINK-17800 RocksDB optimizeForPointLookup results in missing time windows
- Closed
- links to