carp84 commented on a change in pull request #16834:
URL: https://github.com/apache/flink/pull/16834#discussion_r689444916



##########
File path: 
flink-state-backends/flink-statebackend-rocksdb/src/test/java/org/apache/flink/contrib/streaming/state/RocksDBStateOptionTest.java
##########
@@ -111,11 +108,8 @@ public void testMisuseOptimizePointLookupWithMapState() 
throws Exception {
     }
 
     /**
-     * Tests to cover case when user misuse optimizeForPointLookup with peek 
operations on priority
+     * Tests to cover case when user choose optimizeForPointLookup with peek 
operations on priority
      * queue.
-     *
-     * <p>The option {@link ColumnFamilyOptions#optimizeForPointLookup(long)} 
would lead to
-     * iterator.seek with prefix bytes invalid.
      */
     @Test
     public void testMisuseOptimizePointLookupWithPriorityQueue() throws 
IOException {

Review comment:
       ```suggestion
       public void testUseOptimizePointLookupWithPriorityQueue() throws 
IOException {
   ```




-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to