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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]