apache / apache/incubator-xtable

Simplify incremental processing model

Open
#135 3 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
1.2k
Forks
212
Avg merge
4d 9h
Merged PRs (30d)
16

Description

Another related question: could we make type of `pendingCommits` consistent with type of `commitsToProcess`, i.e. use `COMMIT` instead of `Instant`? Would it break anything for Hudi?
COMMITS uniquely identify a completed or inflight transaction and if needed can provide start and end times of a commit. Instant, on the other hand is a proxy for identifying a COMMIT.

_Originally posted by @ashvina in https://github.com/onetable-io/onetable/pull/129#discussion_r1375024492_

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by tracing the incremental-processing code that defines pendingCommits and commitsToProcess, then review how Hudi represents COMMIT and Instant. Done means determining whether pendingCommits can use COMMIT consistently without breaking incremental processing or Hudi behavior, with the decision reflected in the relevant tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data-engineering
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.