yongjinhou commented on code in PR #32538:
URL: https://github.com/apache/doris/pull/32538#discussion_r1531897339
##########
fe/fe-core/src/main/java/org/apache/doris/analysis/CreateRoleStmt.java:
##########
@@ -50,6 +52,11 @@ public String getRole() {
@Override
public void analyze(Analyzer analyzer) throws UserException {
super.analyze(analyzer);
+
+ if (Config.access_controller_type.equalsIgnoreCase("ranger-doris")) {
Review Comment:
跑完流水线看下有没有其他问题,一起改下吧
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]