Introduce capability to specify config value as a time duration
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
Currently the config values are mentioned in seconds or a fixed chrono unit. We should also have support for specifying these config values as a time duration like 5m, 60s for ease of use.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-7719
- Type: Bug
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating Hudi's configuration parsing and validation code, then trace how values currently expressed in seconds or fixed chrono units are handled. Confirm the expected duration syntax from the linked HUDI-7719 context and existing configuration tests. Done means supported values such as 5m and 60s are accepted without breaking current formats, with test coverage for the new behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100