qzsee commented on code in PR #8857: URL: https://github.com/apache/incubator-doris/pull/8857#discussion_r844997349
########## fe/fe-core/src/main/java/org/apache/doris/analysis/TableRef.java: ########## @@ -572,7 +580,12 @@ public void analyzeJoin(Analyzer analyzer) throws AnalysisException { public void rewriteExprs(ExprRewriter rewriter, Analyzer analyzer) throws AnalysisException { Preconditions.checkState(isAnalyzed); - if (onClause != null) onClause = rewriter.rewrite(onClause, analyzer, ExprRewriter.ClauseType.ON_CLAUSE); + if (onClause != null) { Review Comment: BoolLital(false) -- 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