EmmyMiao87 commented on code in PR #9392: URL: https://github.com/apache/incubator-doris/pull/9392#discussion_r866464080
########## fe/fe-core/src/main/java/org/apache/doris/common/util/VectorizedUtil.java: ########## @@ -37,7 +37,10 @@ public static boolean isVectorized() { if (stmtExecutor == null) { return connectContext.getSessionVariable().enableVectorizedEngine(); } - Analyzer analyzer = stmtExecutor.getAnalyzer(); + Analyzer analyzer = null; Review Comment: Your pr should not bring this change, is it caused by no rebase master? -- 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