This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-49737-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from f7f230dd34c branch-2.1: [fix](nereids)canInferNotNullForMarkSlot method get wrong result if fold constant rule is disabled (#49695) add 8da12f38ea6 [fix](function) check return type is nullptr in FunctionBasePtr::build (#49737) No new revisions were added by this update. Summary of changes: .../vec/functions/array/function_array_cum_sum.cpp | 10 +-- .../functions/array/function_array_difference.h | 8 +- .../vec/functions/array/function_array_element.h | 6 +- .../array/function_array_enumerate_uniq.cpp | 1 - be/src/vec/functions/function.h | 8 ++ .../vec/function/simple_function_factory_test.cpp | 98 ++++++++++++++++++++++ 6 files changed, 116 insertions(+), 15 deletions(-) create mode 100644 be/test/vec/function/simple_function_factory_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org