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.43k stars 954 forks source link

[Feature] Support deleting rows in partial update of specific sequence group #4525

Closed liyubin117 closed 1 week ago

liyubin117 commented 1 week ago

Purpose

Support deleting rows in partial update of specific sequence group

Tests

PartialUpdateMergeFunctionTest#testSequenceGroupPartialDelete PrimaryKeyFileStoreTableTest#testPartialUpdateRemoveRecordOnSequenceGroup

liyubin117 commented 1 week ago

Linked issue: close https://github.com/apache/paimon/issues/4514