Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/5979 With the approach I outlined, we would not require any `seek()` to the last key, we can simply create the exclusive end key. Nevertheless, you are right about the comment that is only in the C++ code but not in the Java API. So I am fine with the current implementation. Could you please rebase on the latest master so that your code can use `RocksIteratorWrapper`?
---