Myasuka commented on code in PR #20405: URL: https://github.com/apache/flink/pull/20405#discussion_r941278416
########## flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBIncrementalCheckpointUtils.java: ########## @@ -138,7 +138,7 @@ public static void clipDBWithKeyGroupRange( * @param beginKeyBytes the begin key bytes * @param endKeyBytes the end key bytes */ - private static void deleteRange( + public static void deleteRange( Review Comment: We can make the scope of this method package-private. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org