freemandealer commented on code in PR #19655:
URL: https://github.com/apache/doris/pull/19655#discussion_r1224247185


##########
fe/fe-core/src/main/java/org/apache/doris/analysis/StreamLoadTask.java:
##########
@@ -400,7 +418,7 @@ private void setColumnToColumnExpr(String columns) throws 
UserException {
             throw new AnalysisException("failed to parsing columns' header, 
maybe contain unsupported character");
         } catch (AnalysisException e) {
             LOG.warn("analyze columns' statement failed, sql={}, error={}",
-                     columnsSQL, parser.getErrorMsg(columnsSQL), e);
+                    columnsSQL, parser.getErrorMsg(columnsSQL), e);

Review Comment:
   unnecessary change



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