[core] Support watermark partition markdone mode#5284
[core] Support watermark partition markdone mode#5284JingsongLi merged 1 commit intoapache:masterfrom
Conversation
c7b04f8 to
baac615
Compare
...flink-common/src/test/java/org/apache/paimon/flink/sink/partition/PartitionMarkDoneTest.java
Outdated
Show resolved
Hide resolved
|
You should ignore |
@LinMingQiang Thx for advice. I don't think the |
e.g. Related code : |
In your case, I think partition '2025-03-10' should be mark done after watermark pass '2025-03-12'. |
👌. |
0948526 to
21ee681
Compare
21ee681 to
2db2b69
Compare
|
@JingsongLi Ready for review |
...n-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkConnectorOptions.java
Outdated
Show resolved
Hide resolved
2db2b69 to
24bec1c
Compare
|
+1 |
Purpose
Linked issue: close #4963
Use watermark to trigger partition markdone
Tests
E2E Test in WatermarkPartitionMarkDoneTest#testWaterMarkPartitionMarkDone
API and Format
Documentation