You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/07/21 06:34:34 UTC

[doris] branch dev-1.1.1 updated: [dev 1.1.1 hot fix][Bug] FE replace the slot error cause coredump (#11063)

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 <ha...@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 <li...@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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org