You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/11/25 10:47:44 UTC

[incubator-doris] branch master updated: Fix IFNULL constants compute error (#2290) (#2291)

This is an automated email from the ASF dual-hosted git repository.

zhaoc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 78cee00  Fix IFNULL constants compute error (#2290) (#2291)
78cee00 is described below

commit 78cee0050d2c689b418324aed415daca0453c3f4
Author: Seaven <se...@qq.com>
AuthorDate: Mon Nov 25 18:47:36 2019 +0800

    Fix IFNULL constants compute error (#2290) (#2291)
---
 fe/src/main/java/org/apache/doris/analysis/ExpressionFunctions.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fe/src/main/java/org/apache/doris/analysis/ExpressionFunctions.java b/fe/src/main/java/org/apache/doris/analysis/ExpressionFunctions.java
index e81e75b..e62b05a 100644
--- a/fe/src/main/java/org/apache/doris/analysis/ExpressionFunctions.java
+++ b/fe/src/main/java/org/apache/doris/analysis/ExpressionFunctions.java
@@ -151,6 +151,7 @@ public enum ExpressionFunctions {
         setBuilder.add("if");
         setBuilder.add("hll_hash");
         setBuilder.add("concat_ws");
+        setBuilder.add("ifnull");
         this.nonNullResultWithNullParamFunctions = setBuilder.build();
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org