apache / apache/iceberg-rust

Support RowDeltaAction

Open
#1,104 9 comments 2 reactions 0 assignees View on GitHub
enhancement not-stale
Dominant language
Rust
Stars
1.4k
Forks
567
Avg merge
2d 2h
Merged PRs (30d)
93

Description

### Is your feature request related to a problem or challenge?

As #798、#1081, there are requirements for append delete data files (position delete, equality delete). This action is used to support the append of this kind of file.

### Describe the solution you'd like

The path to support:
- [ ] add conflict detection
- [ ] add retry logic #964
- [ ] complete RowDeltaAction

### Willingness to contribute

None

Contributor guide

Open the contributing guide

Research direction

Start by reading the requirements in issues #798, #1081, and #964, then inspect the existing RowDeltaAction implementation and related action code. Determine the scope of completing RowDeltaAction, including conflict detection and retry logic; done means the action supports appending position-delete and equality-delete data files with the required behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.