liugddx commented on code in PR #7086: URL: https://github.com/apache/seatunnel/pull/7086#discussion_r1679226955
########## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/src/test/java/org/apache/seatunnel/e2e/connector/rabbitmq/RabbitmqIT.java: ########## @@ -152,6 +127,8 @@ private static Pair<SeaTunnelRowType, List<SeaTunnelRow>> generateTestDataSet() List<SeaTunnelRow> rows = new ArrayList<>(); for (int i = 0; i < 10; i++) { + final String datetime = "2023-12-22 00:00:00"; + LocalDateTime parse = DateTimeUtils.parse(datetime, Formatter.YYYY_MM_DD_HH_MM_SS); Review Comment: jdk17 optimizes timestamps and temporarily uses a fixed format -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org