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 81b6ab9b68 [Fix](topn opt) only allow duplicate key or MOW model to 
use 2 phase read opt in nereids planner (#24485)
     add 8ce109bda7 [pipelineX](profile) phase 2: refine profile (#24467)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/aggregation_sink_operator.cpp |  3 ++
 .../pipeline/exec/aggregation_source_operator.cpp  | 59 +++++++++++-----------
 be/src/pipeline/exec/analytic_sink_operator.cpp    |  4 ++
 be/src/pipeline/exec/analytic_source_operator.cpp  |  5 ++
 be/src/pipeline/exec/assert_num_rows_operator.cpp  |  2 +
 be/src/pipeline/exec/exchange_sink_operator.cpp    |  7 ++-
 be/src/pipeline/exec/exchange_source_operator.cpp  |  4 ++
 be/src/pipeline/exec/hashjoin_build_sink.cpp       | 19 ++++---
 be/src/pipeline/exec/hashjoin_build_sink.h         |  1 -
 be/src/pipeline/exec/hashjoin_probe_operator.cpp   | 21 ++++----
 be/src/pipeline/exec/join_build_sink_operator.cpp  | 10 ++--
 be/src/pipeline/exec/join_build_sink_operator.h    |  1 -
 be/src/pipeline/exec/join_probe_operator.cpp       | 10 ++--
 be/src/pipeline/exec/join_probe_operator.h         |  1 -
 .../exec/nested_loop_join_build_operator.cpp       |  4 ++
 .../exec/nested_loop_join_probe_operator.cpp       |  7 +++
 be/src/pipeline/exec/repeat_operator.cpp           |  3 ++
 be/src/pipeline/exec/repeat_operator.h             |  1 +
 be/src/pipeline/exec/result_sink_operator.cpp      |  7 +++
 be/src/pipeline/exec/scan_operator.cpp             | 29 +++++++----
 be/src/pipeline/exec/scan_operator.h               |  1 -
 be/src/pipeline/exec/select_operator.h             |  1 +
 be/src/pipeline/exec/sort_sink_operator.cpp        |  4 ++
 be/src/pipeline/exec/sort_source_operator.cpp      |  7 ++-
 .../exec/streaming_aggregation_sink_operator.cpp   |  1 +
 be/src/pipeline/exec/union_sink_operator.cpp       |  6 ++-
 be/src/pipeline/exec/union_source_operator.cpp     |  8 +--
 be/src/pipeline/pipeline_x/operator.cpp            | 14 +----
 be/src/pipeline/pipeline_x/operator.h              | 15 ++++--
 be/src/pipeline/pipeline_x/pipeline_x_task.cpp     | 10 ++--
 30 files changed, 160 insertions(+), 105 deletions(-)


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

Reply via email to