morazow commented on code in PR #24471:
URL: https://github.com/apache/flink/pull/24471#discussion_r1563396268


##########
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:
   Got 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

Reply via email to