xishuaidelin commented on code in PR #26430: URL: https://github.com/apache/flink/pull/26430#discussion_r2083708808
########## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/api/CompiledPlanITCase.java: ########## @@ -429,4 +461,30 @@ private File createSourceSinkTables() throws IOException { private String getPreparedToCompareCompiledPlan(final String planAsString) { return TableTestUtil.replaceExecNodeId(TableTestUtil.replaceFlinkVersion(planAsString)); } + + @Test + void testWatermarkPushDownWithTimeStampChanged() throws Exception { Review Comment: Ok -- 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