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 25e0e29cb49 [Bug](exec) fix intersections/differences bug (#34675)
     add b8915017ee7 [pipeline](fix) Avoid to use a freed dependency when 
cancelled (#34584)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/dependency.cpp                     | 29 +++++++----------
 be/src/pipeline/dependency.h                       | 37 +++++++++-------------
 be/src/pipeline/exec/exchange_sink_operator.cpp    | 10 +++---
 be/src/pipeline/exec/exchange_sink_operator.h      |  6 ++--
 be/src/pipeline/exec/exchange_source_operator.cpp  |  2 +-
 be/src/pipeline/exec/hashjoin_build_sink.cpp       |  3 +-
 be/src/pipeline/exec/operator.cpp                  | 10 +++---
 be/src/pipeline/exec/operator.h                    |  6 ++--
 .../exec/partitioned_aggregation_sink_operator.cpp |  6 ++--
 be/src/pipeline/exec/scan_operator.cpp             |  5 ++-
 be/src/pipeline/exec/spill_sort_sink_operator.cpp  |  6 ++--
 be/src/pipeline/exec/union_source_operator.cpp     |  3 +-
 be/src/pipeline/pipeline_fragment_context.cpp      |  6 ++--
 be/src/pipeline/pipeline_task.h                    | 19 +++++++++--
 be/src/runtime/query_context.cpp                   |  3 +-
 be/src/vec/exec/runtime_filter_consumer.cpp        |  2 +-
 be/src/vec/runtime/vdata_stream_recvr.cpp          |  3 +-
 17 files changed, 73 insertions(+), 83 deletions(-)


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

Reply via email to