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 c4e61fb52c1 [Enhancement](ctas) Support create auto range partition 
table with CTAS command (#48931)
     add ece728136c1 [test](ut) Add cases for spill sort operator (#49207)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/sort_source_operator.h        |   2 +-
 be/src/pipeline/exec/spill_sort_sink_operator.cpp  |  28 +-
 .../operator/spill_sort_sink_operator_test.cpp     | 386 ++++++++++++++
 .../operator/spill_sort_source_operator_test.cpp   | 576 +++++++++++++++++++++
 .../pipeline/operator/spill_sort_test_helper.cpp   | 170 ++++++
 be/test/pipeline/operator/spill_sort_test_helper.h |  85 +++
 .../operator/spillable_operator_test_helper.cpp    |   4 +-
 be/test/testutil/creators.h                        |   8 +
 8 files changed, 1237 insertions(+), 22 deletions(-)
 create mode 100644 be/test/pipeline/operator/spill_sort_sink_operator_test.cpp
 create mode 100644 
be/test/pipeline/operator/spill_sort_source_operator_test.cpp
 create mode 100644 be/test/pipeline/operator/spill_sort_test_helper.cpp
 create mode 100644 be/test/pipeline/operator/spill_sort_test_helper.h


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to