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 6124eea55e [Fix](regression-test)fix unstable test_default_limit case. 
(#23270)
     add 1609b6cbf2 [pipelineX](sort) Support sort operator (#23322)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/aggregation_sink_operator.cpp |  17 ++-
 be/src/pipeline/exec/aggregation_sink_operator.h   |   9 +-
 .../pipeline/exec/aggregation_source_operator.cpp  |   2 +-
 be/src/pipeline/exec/exchange_sink_operator.cpp    |  35 +++--
 be/src/pipeline/exec/exchange_sink_operator.h      |  13 +-
 be/src/pipeline/exec/exchange_source_operator.cpp  |   7 +-
 be/src/pipeline/exec/exchange_source_operator.h    |   2 +-
 be/src/pipeline/exec/operator.cpp                  |  10 ++
 be/src/pipeline/exec/operator.h                    |  11 +-
 be/src/pipeline/exec/result_sink_operator.cpp      |  10 +-
 be/src/pipeline/exec/result_sink_operator.h        |   9 +-
 be/src/pipeline/exec/sort_sink_operator.cpp        | 154 +++++++++++++++++++++
 be/src/pipeline/exec/sort_sink_operator.h          |  74 ++++++++++
 be/src/pipeline/exec/sort_source_operator.cpp      |  48 +++++++
 be/src/pipeline/exec/sort_source_operator.h        |  38 ++++-
 be/src/pipeline/pipeline_x/dependency.h            |  29 +++-
 .../pipeline_x/pipeline_x_fragment_context.cpp     |  24 +++-
 .../pipeline_x/pipeline_x_fragment_context.h       |   2 -
 be/src/pipeline/pipeline_x/pipeline_x_task.cpp     |  15 +-
 be/src/pipeline/pipeline_x/pipeline_x_task.h       |   9 +-
 be/src/runtime/runtime_state.cpp                   |   4 +
 be/src/runtime/runtime_state.h                     |   3 +
 22 files changed, 452 insertions(+), 73 deletions(-)


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

Reply via email to