This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-43624-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 1b41de79a75 branch-3.0: [fix](cloud version) fix version of information_schema table backward when query in follower node (#43496) add 2ff0ad97d7a [fix](string64) fix coredump caused by ColumnArray<ColumnStr<uint64_t>>::insert_indices_from (#43624) No new revisions were added by this update. Summary of changes: be/src/vec/columns/column_array.cpp | 3 +- be/src/vec/columns/column_string.cpp | 65 ++++++++------ be/test/vec/core/column_array_test.cpp | 47 ++++++++++ be/test/vec/core/column_map_test.cpp | 155 ++++++++++++++++++++++++++++++++ be/test/vec/core/column_string_test.cpp | 38 ++++++++ be/test/vec/core/column_struct_test.cpp | 79 ++++++++++++++++ 6 files changed, 361 insertions(+), 26 deletions(-) create mode 100644 be/test/vec/core/column_map_test.cpp create mode 100644 be/test/vec/core/column_struct_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org