ctrlaltdilj commented on code in PR #27133:
URL: https://github.com/apache/flink/pull/27133#discussion_r2448168972
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/ChangelogNormalizeTestPrograms.java:
##########
@@ -281,7 +281,7 @@ public class ChangelogNormalizeTestPrograms {
.build())
.runSql(
"INSERT INTO sink_t SELECT a, b, c FROM source_t
WHERE b < 10 AND "
- + "CURRENT_WATERMARK(d) IS NULL OR "
- + "CURRENT_WATERMARK(d) >= TIMESTAMP
'1970-01-01 00:00:00'")
+ + "(CURRENT_WATERMARK(d) IS NULL OR "
Review Comment:
my apologies, I did not mean to open this PR to upstream yet
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]