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 3cac6806b4 [fix](txn) persist txn record of single replica load and 
ccr ingestion (#24543)
     add e54c4ef258 [pipelineX](dependency) refactor write dependency (#24555)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/aggregation_sink_operator.h   |  2 -
 be/src/pipeline/exec/aggregation_source_operator.h |  1 +
 be/src/pipeline/exec/analytic_sink_operator.cpp    |  6 +-
 be/src/pipeline/exec/analytic_sink_operator.h      |  2 +-
 be/src/pipeline/exec/data_queue.cpp                | 33 +++-----
 be/src/pipeline/exec/data_queue.h                  | 13 +--
 be/src/pipeline/exec/exchange_sink_buffer.cpp      | 29 ++++++-
 be/src/pipeline/exec/exchange_sink_buffer.h        | 25 ++++--
 be/src/pipeline/exec/exchange_sink_operator.cpp    | 99 ++++++++++++++--------
 be/src/pipeline/exec/exchange_sink_operator.h      | 90 +++++++++++++++++++-
 be/src/pipeline/exec/hashjoin_build_sink.cpp       |  1 +
 be/src/pipeline/exec/hashjoin_build_sink.h         | 18 +++-
 .../exec/nested_loop_join_build_operator.h         |  2 -
 be/src/pipeline/exec/result_sink_operator.cpp      | 34 +++++++-
 be/src/pipeline/exec/result_sink_operator.h        | 41 ++++++++-
 be/src/pipeline/exec/scan_operator.cpp             |  6 +-
 be/src/pipeline/exec/sort_sink_operator.h          |  2 -
 .../exec/streaming_aggregation_sink_operator.cpp   |  8 +-
 .../exec/streaming_aggregation_sink_operator.h     |  5 +-
 be/src/pipeline/exec/union_sink_operator.cpp       | 16 ++--
 be/src/pipeline/exec/union_sink_operator.h         |  2 -
 be/src/pipeline/exec/union_source_operator.cpp     | 11 ++-
 be/src/pipeline/exec/union_source_operator.h       |  2 +-
 be/src/pipeline/pipeline_x/dependency.h            | 96 +++++++++++++++------
 be/src/pipeline/pipeline_x/operator.h              | 16 ++--
 be/src/pipeline/pipeline_x/pipeline_x_task.cpp     |  2 -
 be/src/pipeline/pipeline_x/pipeline_x_task.h       |  9 +-
 be/src/runtime/buffer_control_block.cpp            | 59 +++++++++++++
 be/src/runtime/buffer_control_block.h              | 37 ++++++--
 .../vec/runtime/shared_hash_table_controller.cpp   |  8 ++
 be/src/vec/runtime/shared_hash_table_controller.h  | 11 +++
 be/src/vec/runtime/vdata_stream_recvr.cpp          | 33 ++++++++
 be/src/vec/runtime/vdata_stream_recvr.h            | 16 ++--
 be/src/vec/sink/vdata_stream_sender.h              | 10 +++
 34 files changed, 578 insertions(+), 167 deletions(-)


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

Reply via email to