caiconghui commented on a change in pull request #5244:
URL: https://github.com/apache/incubator-doris/pull/5244#discussion_r565317252
##########
File path: fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java
##########
@@ -180,9 +182,12 @@ private void handleQuery() {
// execute this query.
StatementBase parsedStmt = null;
+ List<Pair<StatementBase, PQueryStatistics>> auditInfoList =
Lists.newArrayList();
+ boolean alreadyAddedToAuditInfoList = false;
Review comment:
if some statement execute failed before added to auditInfoList, we
should try to record it
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]