wuchong commented on a change in pull request #14267:
URL: https://github.com/apache/flink/pull/14267#discussion_r537219582



##########
File path: 
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/table/KafkaTableITCase.java
##########
@@ -551,7 +551,7 @@ public void testKafkaTemporalJoinChangelog() throws 
Exception {
                                                "  order_time TIMESTAMP(3),\n" +
                                                "  quantity INT,\n" +
                                                "  purchaser STRING,\n" +
-                                               "  WATERMARK FOR order_time AS 
order_time\n" +
+                                               "  WATERMARK FOR order_time AS 
order_time - INTERVAL '10' SECOND\n" +

Review comment:
       Would be better to use 1 second. 




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to