You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/07/01 02:35:37 UTC

[doris] branch master updated (06e436b7cc -> a9d23ce337)

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 06e436b7cc [bugfix]dump_one_line failed to dump last column (#10522)
     add a9d23ce337 [refactor] remove collator (#10518)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/CMakeLists.txt            |  1 -
 be/src/vec/columns/collator.cpp      | 97 ------------------------------------
 be/src/vec/columns/collator.h        | 43 ----------------
 be/src/vec/columns/column_array.cpp  |  1 -
 be/src/vec/columns/column_string.cpp | 52 -------------------
 be/src/vec/columns/column_string.h   | 14 ++----
 be/src/vec/core/sort_block.cpp       | 95 +++++++++++++++--------------------
 be/src/vec/core/sort_cursor.h        | 54 +++++++++++---------
 be/src/vec/core/sort_description.h   |  8 +--
 9 files changed, 75 insertions(+), 290 deletions(-)
 delete mode 100644 be/src/vec/columns/collator.cpp
 delete mode 100644 be/src/vec/columns/collator.h


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org