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 b214962dbf8 [fix](merge-cloud) disable ssl in meta check (#33516)
add f56ce5a83ab [refactor](pipelineX) Reduce prepare overhead (#33421)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/aggregation_sink_operator.cpp | 46 +++++++-------
.../pipeline/exec/aggregation_source_operator.cpp | 2 +-
be/src/pipeline/exec/analytic_sink_operator.cpp | 14 +++--
be/src/pipeline/exec/analytic_sink_operator.h | 1 +
be/src/pipeline/exec/analytic_source_operator.cpp | 14 +++--
be/src/pipeline/exec/analytic_source_operator.h | 1 +
.../distinct_streaming_aggregation_operator.cpp | 19 ++++--
.../exec/distinct_streaming_aggregation_operator.h | 1 +
be/src/pipeline/exec/exchange_sink_operator.cpp | 47 ++++++++------
be/src/pipeline/exec/exchange_sink_operator.h | 12 ++--
be/src/pipeline/exec/exchange_source_operator.cpp | 14 ++---
be/src/pipeline/exec/hashjoin_build_sink.cpp | 71 +++++++++++-----------
be/src/pipeline/exec/hashjoin_probe_operator.cpp | 43 ++++++-------
be/src/pipeline/exec/join_probe_operator.cpp | 17 ++++--
be/src/pipeline/exec/join_probe_operator.h | 1 +
.../exec/multi_cast_data_stream_source.cpp | 21 +++++--
.../pipeline/exec/multi_cast_data_stream_source.h | 6 +-
.../exec/nested_loop_join_build_operator.cpp | 4 +-
.../exec/nested_loop_join_build_operator.h | 2 +-
.../exec/nested_loop_join_probe_operator.cpp | 10 ++-
.../exec/nested_loop_join_probe_operator.h | 1 +
be/src/pipeline/exec/olap_scan_operator.cpp | 2 +-
be/src/pipeline/exec/olap_table_sink_operator.cpp | 9 ---
be/src/pipeline/exec/olap_table_sink_operator.h | 6 --
.../pipeline/exec/olap_table_sink_v2_operator.cpp | 9 ---
be/src/pipeline/exec/olap_table_sink_v2_operator.h | 7 ---
.../pipeline/exec/partition_sort_sink_operator.cpp | 17 ++++--
.../pipeline/exec/partition_sort_sink_operator.h | 1 +
.../exec/partition_sort_source_operator.cpp | 2 +-
.../exec/partitioned_aggregation_sink_operator.cpp | 2 +-
.../partitioned_aggregation_source_operator.cpp | 2 +-
.../exec/partitioned_hash_join_probe_operator.cpp | 4 ++
.../exec/partitioned_hash_join_sink_operator.cpp | 4 ++
be/src/pipeline/exec/repeat_operator.cpp | 4 +-
be/src/pipeline/exec/repeat_operator.h | 2 +-
be/src/pipeline/exec/result_sink_operator.cpp | 9 +--
be/src/pipeline/exec/result_sink_operator.h | 4 +-
be/src/pipeline/exec/scan_operator.cpp | 23 +++----
be/src/pipeline/exec/schema_scan_operator.cpp | 5 +-
be/src/pipeline/exec/set_probe_sink_operator.cpp | 18 ++++--
be/src/pipeline/exec/set_probe_sink_operator.h | 1 +
be/src/pipeline/exec/set_sink_operator.cpp | 28 ++++++---
be/src/pipeline/exec/set_sink_operator.h | 1 +
be/src/pipeline/exec/set_source_operator.cpp | 4 +-
be/src/pipeline/exec/sort_sink_operator.cpp | 14 +++--
be/src/pipeline/exec/sort_sink_operator.h | 5 +-
be/src/pipeline/exec/spill_sort_sink_operator.cpp | 9 ++-
be/src/pipeline/exec/spill_sort_sink_operator.h | 1 -
.../pipeline/exec/spill_sort_source_operator.cpp | 4 ++
.../exec/streaming_aggregation_operator.cpp | 28 ++++++---
.../pipeline/exec/streaming_aggregation_operator.h | 1 +
be/src/pipeline/exec/table_function_operator.cpp | 6 +-
be/src/pipeline/exec/table_function_operator.h | 2 +-
be/src/pipeline/exec/union_sink_operator.cpp | 12 +++-
be/src/pipeline/exec/union_sink_operator.h | 1 +
be/src/pipeline/exec/union_source_operator.cpp | 17 ++++--
be/src/pipeline/exec/union_source_operator.h | 1 +
.../local_exchange_sink_operator.cpp | 9 ++-
.../local_exchange/local_exchange_sink_operator.h | 1 +
.../local_exchange_source_operator.cpp | 10 ++-
.../local_exchange_source_operator.h | 1 +
be/src/pipeline/pipeline_x/operator.cpp | 42 +++++++------
be/src/pipeline/pipeline_x/operator.h | 5 +-
be/src/pipeline/pipeline_x/pipeline_x_task.cpp | 15 +++--
be/src/vec/sink/vdata_stream_sender.cpp | 70 ++++++++++++++++++++-
be/src/vec/sink/vdata_stream_sender.h | 7 ++-
be/src/vec/sink/volap_table_sink.cpp | 8 +--
be/src/vec/sink/volap_table_sink.h | 5 --
be/src/vec/sink/volap_table_sink_v2.cpp | 8 +--
be/src/vec/sink/volap_table_sink_v2.h | 4 --
be/src/vec/sink/writer/vtablet_writer.cpp | 6 +-
be/src/vec/sink/writer/vtablet_writer.h | 2 -
be/src/vec/sink/writer/vtablet_writer_v2.cpp | 6 +-
be/src/vec/sink/writer/vtablet_writer_v2.h | 2 -
74 files changed, 488 insertions(+), 325 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]