This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 3cebd37abd8 fix compile
3cebd37abd8 is described below
commit 3cebd37abd862069a8a9e5c56da0e68593c8300e
Author: yiguolei <[email protected]>
AuthorDate: Sat Apr 13 19:33:16 2024 +0800
fix compile
---
fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/Auth.java | 6 ------
1 file changed, 6 deletions(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/Auth.java
b/fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/Auth.java
index 3bad8c318cc..c3fdfa3a8bd 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/Auth.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/Auth.java
@@ -1869,12 +1869,6 @@ public class Auth implements Writable {
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;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]