Support table operation APIs for Hudi
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
One example from Iceberg:
{code:java}
table.newDelete()
.deleteFromRowFilter(Expressions.equal("ledgerId", "1")))
.commit(); {code}
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-5573
- Type: New Feature
- Epic: https://issues.apache.org/jira/browse/HUDI-4141
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing Hudi's existing table-operation APIs and the linked HUDI-5573/JIRA context, using the Iceberg delete example as the requested behavior reference. The issue names no files or tests, so identify the relevant API entry points and existing operation coverage first. Done means Hudi supports the requested table operations with appropriate validation and tests.
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
- 25/100