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

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


The following commit(s) were added to refs/heads/master by this push:
     new d33fce203b3 [fix](fe)add from_unixtime to 
null_result_with_one_null_param_functions set (#30388)
d33fce203b3 is described below

commit d33fce203b33c7ea9e514be2252998e77dd640af
Author: starocean999 <40539150+starocean...@users.noreply.github.com>
AuthorDate: Thu Jan 25 23:55:03 2024 +0800

    [fix](fe)add from_unixtime to null_result_with_one_null_param_functions set 
(#30388)
---
 gensrc/script/doris_builtins_functions.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gensrc/script/doris_builtins_functions.py 
b/gensrc/script/doris_builtins_functions.py
index d6a01a8983e..103a4b2bb1f 100644
--- a/gensrc/script/doris_builtins_functions.py
+++ b/gensrc/script/doris_builtins_functions.py
@@ -2233,7 +2233,8 @@ null_result_with_one_null_param_functions = [
     'ST_GeometryFromText',
     'ST_LineFromText',
     'ST_Polygon',
-    'ST_Contains'
+    'ST_Contains',
+    'from_unixtime'
 ]
 
 invisible_functions = [


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

Reply via email to