[Feature] Support delete in Partial-update
- Dominant language
- Java
- Stars
- 3.4k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 396
Description
### Search before asking
- [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar.
### Motivation
We use Paimon Partial-update to build a wide table, repalcing traditional multi-stream join job in Flink.
Since the multi-stream data come from different date(dt), we do not use dt as primary key.
So we hope to use insert & delete(not supported yet) Flink job at the same time to maintain the table data at 45 days.
### Solution
_No response_
### Anything else?
_No response_
### Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating Paimon's Partial-update implementation and its Flink integration, then trace how insert operations maintain table data. Define the delete behavior needed for records arriving from multiple date partitions, including how maintaining 45 days of data should be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100