apache / apache/paimon

[Feature] CDC Ingestion supports retaining delete records and metadata columns (__op_type, __op_ts)

Open
#2,083 0 comments 0 reactions 0 assignees View on GitHub
enhancement
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/incubator-paimon/issues) and found nothing similar.

### Motivation

1. CDC Ingestion supports retaining delete records (note: The retained delete records can be used for subsequent data backtracking, and it can be configured through optional parameters in CDC Ingestion);
2. CDC Ingestion supports metadata column information (including __Op_type, __op_ts, etc.), as below:
![image](https://github.com/apache/incubator-paimon/assets/5379274/6c956239-0e7c-4b50-b2d7-1cad198fee15)

### 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

The issue names no files, tests, or entry points. Start by locating the CDC ingestion implementation and its configuration and schema handling, then determine how existing tests cover delete events and metadata columns. Done should include configurable retention of delete records and support for the listed metadata columns, with corresponding test coverage.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data-engineering
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.