apache/fluss

Support general DELETE statement on primary key table

Open

#1594 aperta il 26 ago 2025

Vedi su GitHub
 (3 commenti) (1 reazione) (0 assegnatari)Java (570 fork)auto 404
component=kvgood first issue

Metriche repository

Star
 (1979 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Search before asking

  • I searched in the issues and found nothing similar.

Motivation

See the discussion https://github.com/apache/fluss/pull/1201#discussion_r2168287356

Currently, we only support DELETE statement on primary key table with equal condition on primary key. This is very limited and we should support general DELETE statement like how we implement UPDATE statement via org.apache.fluss.flink.sink.FlinkTableSink#applyRowLevelUpdate.

Solution

No response

Anything else?

No response

Willingness to contribute

  • I'm willing to submit a PR!

Guida contributor