dlmarion opened a new pull request, #5455: URL: https://github.com/apache/accumulo/pull/5455
Prior to #5450 the all option in the merge command used an empty string for the short option. As part of which caused a failure because commons-cli no longer allows an empty string as the short option (see [1]). without a short option, which is allowed, but that appears to have caused failures in ShellIT when the `merge --all` command is used. This commit simply adds 'a' as the short option and removes the Option.Builder modification. [1] https://github.com/apache/commons-cli/commit/0ece5e45c0d5c713f1c3888281f8eb32c252d5db -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org