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

starocean999 pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 3df036a8363 [fix](fe)add from_unixtime to 
null_result_with_one_null_param_functions set (#30516)
3df036a8363 is described below

commit 3df036a83638c6b23405e8c2031b73a7ee2696fd
Author: starocean999 <40539150+starocean...@users.noreply.github.com>
AuthorDate: Tue Jan 30 17:31:20 2024 +0800

    [fix](fe)add from_unixtime to null_result_with_one_null_param_functions set 
(#30516)
---
 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 9b812852431..12a8f243ed9 100644
--- a/gensrc/script/doris_builtins_functions.py
+++ b/gensrc/script/doris_builtins_functions.py
@@ -2157,7 +2157,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