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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to