You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/12/16 11:40:02 UTC

[GitHub] [flink] rmetzger commented on a change in pull request #14390: [hotfix] Various hotfixes from a static code analysis

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:
users@infra.apache.org