Skip to content

Commit

Permalink
[Minor] fix duplicate/merge issue in Gravitino CLI model command (apa…
Browse files Browse the repository at this point in the history
…che#6101)

### What changes were proposed in this pull request?

remove duplicate if statement.

### Why are the changes needed?

Looks like a merge issue.

Fix: # N/A

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

tested locally
  • Loading branch information
justinmclean authored Jan 6, 2025
1 parent 86ef6e8 commit e551330
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ private void executeCommand() {
handleCatalogCommand();
} else if (entity.equals(CommandEntities.METALAKE)) {
handleMetalakeCommand();
} else if (entity.equals(CommandEntities.MODEL)) {
handleModelCommand();
} else if (entity.equals(CommandEntities.TOPIC)) {
handleTopicCommand();
} else if (entity.equals(CommandEntities.FILESET)) {
Expand Down

0 comments on commit e551330

Please sign in to comment.