zddr commented on code in PR #33320:
URL: https://github.com/apache/doris/pull/33320#discussion_r1557277583


##########
fe/fe-core/src/main/java/org/apache/doris/job/extensions/insert/InsertJob.java:
##########
@@ -556,15 +557,17 @@ private void checkAuthWithoutAuthInfo(String command) 
throws DdlException {
         // check auth
         if (tableNames == null || tableNames.isEmpty()) {
             // forward compatibility
-            if 
(!Env.getCurrentEnv().getAccessManager().checkDbPriv(ConnectContext.get(), 
db.getFullName(),
-                    PrivPredicate.LOAD)) {
+            if (!Env.getCurrentEnv().getAccessManager()

Review Comment:
   Unable to obtain catalog name



-- 
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]

Reply via email to