This is an automated email from the ASF dual-hosted git repository.
lide pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-1.2-lts by this push:
new ccdf9382d77 [fix](function) fix the be coredump caused by a constant
in the field… (#37567)
ccdf9382d77 is described below
commit ccdf9382d7704dce90563893008200278ee7921c
Author: lw112 <[email protected]>
AuthorDate: Wed Jul 17 15:46:18 2024 +0800
[fix](function) fix the be coredump caused by a constant in the field…
(#37567)
cherry-pick #25859
---
be/src/vec/functions/function_multi_same_args.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/vec/functions/function_multi_same_args.h
b/be/src/vec/functions/function_multi_same_args.h
index 95ecd1d0345..c5dfb02670e 100644
--- a/be/src/vec/functions/function_multi_same_args.h
+++ b/be/src/vec/functions/function_multi_same_args.h
@@ -35,7 +35,7 @@ public:
String get_name() const override { return name; }
- bool use_default_implementation_for_constants() const override { return
true; }
+ bool use_default_implementation_for_constants() const override { return
false; }
bool use_default_implementation_for_nulls() const override { return true; }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]