This is an automated email from the ASF dual-hosted git repository.

panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from c90825da938 [refactor](spill) Delete not used code (#36218)
     add 695743b221d [Feature](sink) support parallel result sink (#36053)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/result_file_sink_operator.cpp | 12 +++----
 be/src/pipeline/exec/result_file_sink_operator.h   |  4 +--
 be/src/pipeline/exec/result_sink_operator.cpp      | 20 +++++++----
 be/src/pipeline/exec/result_sink_operator.h        |  4 +--
 be/src/runtime/buffer_control_block.cpp            | 23 +++++++-----
 be/src/runtime/buffer_control_block.h              |  3 +-
 be/src/runtime/result_buffer_mgr.cpp               | 26 +++++++-------
 be/src/runtime/runtime_state.h                     |  4 ---
 .../nereids/properties/RequestPropertyDeriver.java |  7 +++-
 .../org/apache/doris/planner/PlanFragment.java     |  4 ---
 .../main/java/org/apache/doris/qe/Coordinator.java | 41 ++++++++++++++++------
 .../java/org/apache/doris/qe/ResultReceiver.java   | 13 +++++--
 .../java/org/apache/doris/qe/SessionVariable.java  | 20 ++++++++---
 .../apache/doris/nereids/DistributeHintTest.java   |  1 +
 .../org/apache/doris/planner/ColocatePlanTest.java |  2 ++
 .../planner/PaimonPredicateConverterTest.java      |  1 +
 .../doris/utframe/DemoMultiBackendsTest.java       |  1 +
 gensrc/thrift/PaloInternalService.thrift           |  4 ++-
 .../suites/empty_relation/eliminate_empty.groovy   |  1 +
 .../nereids_broadcast_shuffle_join/load.groovy     |  1 +
 .../nereids_clickbench_shape_p0/query20.groovy     |  1 +
 .../suites/nereids_p0/hint/multi_leading.groovy    |  1 +
 .../eliminate_outer_join.groovy                    |  1 +
 .../push_down_alias_through_join.groovy            |  1 +
 .../infer_set_operator_distinct.groovy             |  1 +
 .../merge_aggregate/merge_aggregate.groovy         |  1 +
 .../simplify_window_expression.groovy              |  1 +
 .../nereids_ssb_shape_sf100_p0/shape/flat.groovy   |  1 +
 .../push_filter_through_ptopn.groovy               |  1 +
 .../push_filter_through_window.groovy              |  1 +
 .../shape/query9.groovy                            |  1 +
 .../noStatsRfPrune/query9.groovy                   |  1 +
 .../no_stats_shape/query9.groovy                   |  1 +
 .../rf_prune/query9.groovy                         |  2 +-
 .../shape/query9.groovy                            |  1 +
 .../tpch/push_filter_window_eqset.groovy           |  1 +
 36 files changed, 139 insertions(+), 70 deletions(-)


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

Reply via email to