LadyForest commented on code in PR #24390: URL: https://github.com/apache/flink/pull/24390#discussion_r1521128496
########## flink-connectors/flink-connector-files/src/test/java/org/apache/flink/connector/file/table/FileSystemOutputFormatTest.java: ########## @@ -70,6 +85,11 @@ private static Map<File, String> getFileContentByPath(java.nio.file.Path directo return contents; } + private static Map<File, String> getStagingFileContent( Review Comment: > The reason I am stressing on that part is that I'd like to remove the FileSystemOutputFormat#getStagingFolder method. Good point! Let me remove it. -- 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