eldenmoon commented on code in PR #43038:
URL: https://github.com/apache/doris/pull/43038#discussion_r1825410189


##########
fe/fe-core/src/main/java/org/apache/doris/qe/ConnectContext.java:
##########
@@ -526,7 +526,7 @@ public QueryDetail getQueryDetail() {
     }
 
     public AuditEventBuilder getAuditEventBuilder() {
-        return auditEventBuilder;
+        return new AuditEventBuilder();

Review Comment:
   do not new AuditEventBuilder() here, new AuditEventBuilder for prepared 
statement EXECUTE



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