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 740c1c001b7 fix compile
740c1c001b7 is described below
commit 740c1c001b7a81df19787746765624bba4d28826
Author: yiguolei <[email protected]>
AuthorDate: Thu Feb 29 17:10:08 2024 +0800
fix compile
---
.../org/apache/doris/nereids/privileges/TestCheckPrivileges.java | 7 -------
1 file changed, 7 deletions(-)
diff --git
a/fe/fe-core/src/test/java/org/apache/doris/nereids/privileges/TestCheckPrivileges.java
b/fe/fe-core/src/test/java/org/apache/doris/nereids/privileges/TestCheckPrivileges.java
index f9f6eb91002..a370d674161 100644
---
a/fe/fe-core/src/test/java/org/apache/doris/nereids/privileges/TestCheckPrivileges.java
+++
b/fe/fe-core/src/test/java/org/apache/doris/nereids/privileges/TestCheckPrivileges.java
@@ -17,7 +17,6 @@
package org.apache.doris.nereids.privileges;
-import org.apache.doris.analysis.ResourceTypeEnum;
import org.apache.doris.analysis.UserIdentity;
import org.apache.doris.catalog.Column;
import org.apache.doris.catalog.Env;
@@ -299,12 +298,6 @@ public class TestCheckPrivileges extends TestWithFeService
{
}
}
}
-
- @Override
- public boolean checkCloudPriv(UserIdentity currentUser, String
resourceName, PrivPredicate wanted,
- ResourceTypeEnum type) {
- return true;
- }
}
private static class MakePrivileges {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]