This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.1 by this push: new 33f2ca5c58 [dev 1.1.1 hot fix][Bug] FE replace the slot error cause coredump (#11063) 33f2ca5c58 is described below commit 33f2ca5c586a919edfbf4fbde3375db9ef4a5df1 Author: HappenLee <happen...@hotmail.com> AuthorDate: Thu Jul 21 14:34:28 2022 +0800 [dev 1.1.1 hot fix][Bug] FE replace the slot error cause coredump (#11063) Co-authored-by: lihaopeng <lihaop...@baidu.com> --- .../src/main/java/org/apache/doris/analysis/ExprSubstitutionMap.java | 1 - 1 file changed, 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/analysis/ExprSubstitutionMap.java b/fe/fe-core/src/main/java/org/apache/doris/analysis/ExprSubstitutionMap.java index 6fe94f8578..5065c6ebdf 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/analysis/ExprSubstitutionMap.java +++ b/fe/fe-core/src/main/java/org/apache/doris/analysis/ExprSubstitutionMap.java @@ -213,7 +213,6 @@ public final class ExprSubstitutionMap { Expr newRhs = fRhs.trySubstitute(g, analyzer, false); result.put(f.getLhs().get(j), newRhs); findGMatch = true; - break; } } if (!findGMatch) { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org