rmetzger commented on a change in pull request #14390:
URL: https://github.com/apache/flink/pull/14390#discussion_r544229487



##########
File path: 
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksIteratorWrapper.java
##########
@@ -57,7 +57,7 @@ public void seekToFirst() {
 
        @Override
        public void seekToLast() {
-               iterator.seekToFirst();
+               iterator.seekToLast();

Review comment:
       @carp84 What's your take on this? 
   If this is a valid issue, I guess we should file a proper JIRA and add a 
test case for this issue?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to