Github user sihuazhou commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5465#discussion_r169620794
  
    --- Diff: 
flink-contrib/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBMapState.java
 ---
    @@ -319,6 +321,9 @@ private UV deserializeUserValue(byte[] rawValueBytes) 
throws IOException {
                /** The raw bytes of the value stored in RocksDB. */
                private byte[] rawValueBytes;
     
    +           /** The offset of User Key offset in raw key bytes. */
    +           private final int userKeyOffset;
    --- End diff --
    
    👍 addressed.


---

Reply via email to