affo commented on code in PR #24471: URL: https://github.com/apache/flink/pull/24471#discussion_r1562169902
########## flink-end-to-end-tests/flink-batch-sql-test/src/test/java/org/apache/flink/sql/tests/BatchSQLTest.java: ########## @@ -114,104 +129,24 @@ public void testBatchSQL(BatchShuffleMode shuffleMode, @TempDir Path tmpDir) thr jobClient.getJobExecutionResult().get(); final String expected = - "1980,1970-01-01 00:00:00.0\n" - + "1980,1970-01-01 00:00:20.0\n" - + "1980,1970-01-01 00:00:40.0\n"; + "1980,1970-01-01 00:00:00\n" Review Comment: Hello! Yeah, the previous `CsvTableSink` is deprecated, I substitute it with the `filesystem` connector. Simply I had to edit the expected result for some formatting internal of timestamp. I just removed `.0` at the end, the result is, after all, the exact same. -- 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