echauchot commented on code in PR #23443: URL: https://github.com/apache/flink/pull/23443#discussion_r1386887535
########## flink-core/src/test/java/org/apache/flink/testutils/TestFileUtils.java: ########## @@ -136,6 +138,26 @@ public static String createTempFileDirExtension( return f.toURI().toString(); } + public static String createTempTextFileDirForAllCompressionFormats(File tempDir) Review Comment: Agree, better to be more generic here, thx ! -- 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