You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/04/18 05:58:07 UTC

[doris] branch master updated (6b351a2818 -> 0b074ade02)

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 6b351a2818 [vectorzied](function) fix array_map function analyzed failed with order by clause (#18676)
     add 0b074ade02 [fix](const column) fix coredump caused by const column for some functions (#18737)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/columns/column_nullable.cpp             |  6 ++-
 be/src/vec/columns/column_nullable.h               |  3 +-
 be/src/vec/functions/function_bitmap.cpp           |  2 +-
 be/src/vec/functions/function_conv.cpp             |  2 +-
 be/src/vec/functions/function_convert_tz.h         |  2 +-
 be/src/vec/functions/function_jsonb.cpp            |  2 +-
 be/src/vec/functions/function_regexp.cpp           |  2 +-
 be/src/vec/functions/function_string.h             |  2 +-
 be/src/vec/functions/function_timestamp.cpp        |  8 ++--
 be/src/vec/functions/function_totype.h             |  4 +-
 be/src/vec/utils/util.hpp                          | 13 +++++--
 .../bitmap_functions/test_bitmap_function.out      | 19 +++++++++
 .../datetime_functions/test_date_function.out      | 20 ++++++++++
 .../sql_functions/math_functions/test_conv.out     | 19 +++++++++
 .../string_functions/test_string_function.out      | 19 +++++++++
 .../test_string_function_regexp.out                | 19 +++++++++
 .../bitmap_functions/test_bitmap_function.groovy   | 45 ++++++++++++++++++++++
 .../datetime_functions/test_date_function.groovy   | 22 +++++++++++
 .../sql_functions/math_functions/test_conv.groovy  | 29 ++++++++++++++
 .../string_functions/test_string_function.groovy   | 29 ++++++++++++++
 .../test_string_function_regexp.groovy             | 22 ++++++++++-
 21 files changed, 270 insertions(+), 19 deletions(-)


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