Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Doris-Extras committed Apr 13, 2024
1 parent 2ae3313 commit 3cebd37
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1869,12 +1869,6 @@ public List<List<String>> getAllUserInfo() {
case SHOW_VIEW_PRIV:
userInfo.set(11, "Y");
break;
case CLUSTER_USAGE_PRIV:
userInfo.set(12, "Y");
break;
case STAGE_USAGE_PRIV:
userInfo.set(13, "Y");
break;
default:
break;
}
Expand Down

0 comments on commit 3cebd37

Please sign in to comment.