Skip to content

Commit 00d2dd0

Browse files
[#7639] improvement(cli): remove duplicate owner in CLI (#7659)
### What changes were proposed in this pull request? This PR proposes the removal of duplicated code that appears twice in the CLI module. ### Why are the changes needed? Fix: #7639 ### Does this PR introduce _any_ user-facing change? None ### How was this patch tested? I verified this patch by reviewing and running the existing test clinets:cli Co-authored-by: 배수아 <[email protected]>
1 parent 9ac8cd4 commit 00d2dd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoOptions.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ public Options options() {
119119
options.addOption(createArgOption(NULL, "column value can be null (true/false)"));
120120
options.addOption(createArgOption(AUTO, "column value auto-increments (true/false)"));
121121
options.addOption(createArgOption(DEFAULT, "default column value"));
122-
options.addOption(createSimpleOption("o", OWNER, "display entity owner"));
123122
options.addOption(createArgOption(COLUMNFILE, "CSV file describing columns"));
124123
options.addOption(createSimpleOption(null, ALL, "on all entities"));
125124

0 commit comments

Comments
 (0)