Commit ce7650f
authored
Fixed MergeCommand to use Option instead of String (apache#5456)
Prior to apache#5450 the all option in the merge command
used an empty string for the short option. In 5450
we changed MergeCommand to use the Option.Builder,
which allows specifying a long option only, but
we didn't use the long option when getting the
option value which causes a ShellServerIT failure.
This changes the command line check to use the
Option object instead of the option string, which
is "", and the long option string.1 parent bc8df24 commit ce7650f
File tree
1 file changed
+1
-1
lines changed- shell/src/main/java/org/apache/accumulo/shell/commands
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments