apache / apache/hudi

Remove usages of instant time with HoodieRecordLocation

Open
#16,496 1 comment 0 reactions 0 assignees View on GitHub
area:index from-jira priority:high type:improvement
Dominant language
Java
Stars
6.2k
Forks
2.5k
Avg merge
2d 8h
Merged PRs (30d)
111

Description

HoodieRecordLocation has a reference to instant time. Strictly speaking, partitionpath and fileId is what matters and instant time should not matter. It is used in other places like hbase to account for rollbacks. Atleast equals() in HoodieRecordLocation can ignore accounting for instant time. 

 

## JIRA info

- Link: https://issues.apache.org/jira/browse/HUDI-7800
- Type: Improvement

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating HoodieRecordLocation and its equals() implementation, then inspect its other usages, including the HBase rollback-related paths. Done means instant time is no longer treated as significant where only partition path and file ID matter, while rollback behavior remains accounted for.

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
Active
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.