This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 2a063355ad [fix](vstream load) Fix the default value insertion problem when importing json (#12601) add c05d736331 [Improvement](sort) fallback to partial sort small block if topN is small (#12604) No new revisions were added by this update. Summary of changes: be/src/vec/CMakeLists.txt | 3 +- be/src/vec/common/sort/sorter.cpp | 250 +++++++++++++++++++++ be/src/vec/common/sort/sorter.h | 151 +++++++++++++ .../vec/{exec => common/sort}/vsort_exec_exprs.cpp | 2 +- .../vec/{exec => common/sort}/vsort_exec_exprs.h | 0 be/src/vec/exec/vexchange_node.h | 2 +- be/src/vec/exec/vsort_node.cpp | 208 ++++------------- be/src/vec/exec/vsort_node.h | 30 +-- 8 files changed, 451 insertions(+), 195 deletions(-) create mode 100644 be/src/vec/common/sort/sorter.cpp create mode 100644 be/src/vec/common/sort/sorter.h rename be/src/vec/{exec => common/sort}/vsort_exec_exprs.cpp (98%) rename be/src/vec/{exec => common/sort}/vsort_exec_exprs.h (100%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org