pramodbiligiri opened a new pull request, #7963: URL: https://github.com/apache/hudi/pull/7963
https://issues.apache.org/jira/browse/HUDI-5804 ### Change Logs Fix typo in use of ShellOption annotation in CommitsCommand class. There were a few places where the "--" prefix was missing. ### Impact Makes the following CLI flags actually available to be used by the user. Currently these were in the code but there was no way to invoke it: 1. commit showpartitions --includeArchivedTimeline 2. commit show_write_stats --includeArchivedTimeline 3. commit showfiles --includeArchivedTimeline ### Risk level (write none, low medium or high below) Low. Exposes existing functionality that was getting suppressed by mistake. ### Documentation Update The shell option will show up automatically in the hudi-cli help. ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Change Logs and Impact were stated clearly - [x] Adequate tests were added if applicable - [ ] CI passed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
