hudi-bot opened a new issue, #15798: URL: https://github.com/apache/hudi/issues/15798
In multiple places in the CommitsCommand, the ShellOption is missing the "–" parameter in its value attribute. One such example is shown below from "commit showpartitions": [https://github.com/apache/hudi/blob/master/hudi-cli/src/main/java/org/apache/hudi/cli/commands/CommitsCommand.java#L213] |@ShellOption(value = \{"includeArchivedTimeline"}, help = "Include archived commits as well", defaultValue = "false") final boolean includeArchivedTimeline)| In the above, it should read 'value=\{"--includeArchivedTimeline"...}' ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-5804 - Type: Bug -- 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]
