apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.1k stars 834 forks source link

[flink]add MarkPartitionDoneEventAction. #3620

Closed YanZhangN closed 1 day ago

YanZhangN commented 5 days ago

Purpose

Add MarkPartitionDoneEventAction which calls markPartitionForEvent method.

Linked issue: close #xxx

Tests

API and Format

Documentation

JingsongLi commented 1 day ago

Looks good to me!