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 b2e84d5158d [improvement](docs) add faq for flink-connector-doris 
(#30043)
     add e2b5c2a3d69 [pipelineX](fix) Fix use-after-free 
MultiCastSourceDependency (#30199)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/analytic_sink_operator.h      |  8 +-
 be/src/pipeline/exec/analytic_source_operator.h    |  7 +-
 .../exec/multi_cast_data_stream_source.cpp         |  7 ++
 .../pipeline/exec/multi_cast_data_stream_source.h  |  2 +-
 be/src/pipeline/exec/multi_cast_data_streamer.cpp  | 32 ++++++--
 be/src/pipeline/exec/multi_cast_data_streamer.h    | 13 +++-
 be/src/pipeline/exec/set_probe_sink_operator.cpp   |  2 +-
 be/src/pipeline/exec/set_sink_operator.cpp         |  2 +-
 be/src/pipeline/pipeline_x/dependency.cpp          |  9 +++
 be/src/pipeline/pipeline_x/dependency.h            | 88 ++++++++++++++++++++--
 .../local_exchange_source_operator.cpp             |  8 +-
 .../local_exchange_source_operator.h               |  1 +
 be/src/pipeline/pipeline_x/operator.cpp            | 11 ++-
 .../pipeline_x/pipeline_x_fragment_context.cpp     |  4 +-
 .../main/java/org/apache/doris/qe/Coordinator.java |  4 +-
 15 files changed, 170 insertions(+), 28 deletions(-)


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

Reply via email to