This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 45427b86be [regression](struct-type) add more regression tests for struct and map type (#16790) add d6a841409f [Enhancement](func)Introduce non_nullable extraction function. #16621 No new revisions were added by this update. Summary of changes: be/src/vec/CMakeLists.txt | 1 + be/src/vec/functions/function_nonnullable.cpp | 76 ++++++++++++++++++++++ be/src/vec/functions/simple_function_factory.h | 2 + gensrc/script/doris_builtins_functions.py | 42 +++++++++++- .../cast_function/test_non_nullable_function.out | 22 +++++++ ...on.groovy => test_non_nullable_function.groovy} | 32 +++++---- run-regression-test.sh | 2 +- 7 files changed, 160 insertions(+), 17 deletions(-) create mode 100644 be/src/vec/functions/function_nonnullable.cpp create mode 100644 regression-test/data/query_p0/sql_functions/cast_function/test_non_nullable_function.out copy regression-test/suites/query_p0/sql_functions/cast_function/{test_cast_array_function.groovy => test_non_nullable_function.groovy} (55%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org