imay commented on a change in pull request #250: Fix InsertStmt explain bug
URL: https://github.com/apache/incubator-doris/pull/250#discussion_r230283062
 
 

 ##########
 File path: fe/src/main/java/org/apache/doris/analysis/InsertStmt.java
 ##########
 @@ -233,7 +233,7 @@ public void analyze(Analyzer analyzer) throws 
UserException {
                 sink.init(loadId, transactionId, db.getId());
             }
         }
-        LOG.info("analyzer is ", analyzer.getDescTbl().debugString());
+        LOG.info("analyzer is {}", analyzer.getDescTbl().debugString());
 
 Review comment:
   Why changing a log can make explain command work?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to