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 153c94bb21f [enhance](mtmv)mv_infos not hold read lock of tables (#47415) add 6a36a9f32e6 [fix](columns) fix bug found by UT and add regression test (#48554) No new revisions were added by this update. Summary of changes: be/src/vec/columns/column_decimal.cpp | 10 +++---- be/src/vec/columns/column_string.cpp | 33 +++++++++++---------- be/src/vec/columns/column_string.h | 1 + be/src/vec/columns/columns_number.h | 1 - be/src/vec/core/field.cpp | 6 ++-- .../data_types/serde/data_type_decimal_serde.cpp | 2 +- regression-test/data/query_p0/sort/heap_sort.csv | 7 +++++ .../sort/heap_sort.out} | Bin 189 -> 193 bytes .../load.groovy => sort/heap_sort.groovy} | 32 ++++++++++++++------ 9 files changed, 57 insertions(+), 35 deletions(-) create mode 100644 regression-test/data/query_p0/sort/heap_sort.csv copy regression-test/data/{fault_injection_p0/cloud/test_cloud_mow_delete_bitmap_calc_timeout.out => query_p0/sort/heap_sort.out} (66%) copy regression-test/suites/query_p0/{empty_table/load.groovy => sort/heap_sort.groovy} (57%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org