morrySnow commented on code in PR #21362:
URL: https://github.com/apache/doris/pull/21362#discussion_r1251733287


##########
fe/fe-core/src/main/java/org/apache/doris/statistics/OlapAnalysisTask.java:
##########
@@ -122,6 +123,7 @@ public void execSQL(String sql) throws Exception {
                 throw new RuntimeException(String.format("Failed to analyze 
%s.%s.%s, error: %s sql: %s",
                         info.catalogName, info.dbName, info.colName, sql, 
queryState.getErrorMessage()));
             }
+            LOG.info("Analyze SQL: " + sql + " cost time: " + 
(System.currentTimeMillis() - startTime) + "ms");

Review Comment:
   log debug



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