Myasuka commented on code in PR #23985: URL: https://github.com/apache/flink/pull/23985#discussion_r1436070483
########## flink-test-utils-parent/flink-test-utils/src/test/java/org/apache/flink/state/benchmark/StateBackendBenchmarkUtils.java: ########## @@ -216,7 +225,7 @@ private static HeapKeyedStateBackend<Long> createHeapKeyedStateBackend(File root return backendBuilder.build(); } - private static File prepareDirectory(String prefix, File parentDir) throws IOException { + public static File prepareDirectory(String prefix, File parentDir) throws IOException { Review Comment: Why we need to make this method public? -- 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