This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from df62ae5e030 [opt](inverted index) add inlist condition handling to compound (#34134) add 4f290c37da9 [Improvement](sort) insert data by batch on VSortedRunMerger::get_next (#34363) No new revisions were added by this update. Summary of changes: be/src/vec/columns/column.cpp | 7 ++++ be/src/vec/columns/column.h | 3 ++ be/src/vec/common/sort/partition_sorter.cpp | 2 +- be/src/vec/common/sort/sorter.cpp | 2 +- be/src/vec/core/sort_cursor.h | 4 +- .../data_types/serde/data_type_nullable_serde.cpp | 5 +-- be/src/vec/runtime/vsorted_run_merger.cpp | 45 +++++++++++++--------- be/src/vec/runtime/vsorted_run_merger.h | 4 ++ 8 files changed, 47 insertions(+), 25 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org