dingweiqings commented on code in PR #20755: URL: https://github.com/apache/flink/pull/20755#discussion_r1017621223
########## flink-formats/flink-hadoop-bulk/src/test/java/org/apache/flink/formats/hadoop/bulk/HadoopPathBasedPartFileWriterTest.java: ########## @@ -82,13 +83,13 @@ public void testWriteFile() throws Exception { DataStream<String> stream = env.addSource(new FiniteTestSource<>(data), TypeInformation.of(String.class)); Configuration configuration = new Configuration(); - + // Use day format , in case of this test case run across two hours Review Comment: I got your message , let me think a better fix . -- 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