Revisit the archival process wrt clustering
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
[https://github.com/apache/hudi/pull/7568]
The above PR fixes the case where the archival of a clustering replacecommit can lead to duplicate data when both the replaced and new file groups from the replacecommit co-exist in the Hudi table.
The new logic is complex. We need to simplify the archival process.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-5493
- Type: Improvement
- Fix version(s):
- 1.1.0
---
## Comments
03/May/23 15:50;ljain;All the known gaps related to clustering and archival are fixed through PRs [https://github.com/apache/hudi/pull/7568], [https://github.com/apache/hudi/pull/7891] and https://issues.apache.org/jira/browse/HUDI-6068.;;;
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.