This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-43624-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 6ecd55fa9e0 [cherry-pick](branch-2.1) Pick "[Fix](table size) Fix MoW
table merge data fault (#40880)" (#43610)
add 91abfd0041f [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: [email protected]
For additional commands, e-mail: [email protected]