This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from bd782437631 [doc](create table) add since version for some new
features (#30506)
add 83ad7a6c210 [pipelineX](refactor) Delete subclasses inherited from
Dependency (#31216)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/aggregation_sink_operator.h | 12 +-
be/src/pipeline/exec/aggregation_source_operator.h | 12 +-
be/src/pipeline/exec/analytic_sink_operator.cpp | 2 +-
be/src/pipeline/exec/analytic_sink_operator.h | 12 +-
be/src/pipeline/exec/analytic_source_operator.cpp | 6 +-
be/src/pipeline/exec/analytic_source_operator.h | 10 +-
be/src/pipeline/exec/assert_num_rows_operator.h | 4 +-
be/src/pipeline/exec/data_queue.h | 5 -
.../distinct_streaming_aggregation_operator.cpp | 2 +-
.../exec/distinct_streaming_aggregation_operator.h | 4 +-
be/src/pipeline/exec/empty_set_operator.h | 4 +-
be/src/pipeline/exec/es_scan_operator.cpp | 2 +-
be/src/pipeline/exec/exchange_sink_buffer.h | 5 +-
be/src/pipeline/exec/exchange_sink_operator.cpp | 5 +-
be/src/pipeline/exec/exchange_sink_operator.h | 62 +++-----
be/src/pipeline/exec/exchange_source_operator.cpp | 4 +-
be/src/pipeline/exec/exchange_source_operator.h | 26 +---
be/src/pipeline/exec/file_scan_operator.cpp | 2 +-
be/src/pipeline/exec/hashjoin_build_sink.cpp | 5 +-
be/src/pipeline/exec/hashjoin_build_sink.h | 14 +-
be/src/pipeline/exec/hashjoin_probe_operator.cpp | 4 +-
be/src/pipeline/exec/hashjoin_probe_operator.h | 10 +-
be/src/pipeline/exec/join_build_sink_operator.cpp | 20 +--
be/src/pipeline/exec/join_build_sink_operator.h | 6 +-
be/src/pipeline/exec/join_probe_operator.cpp | 24 +--
be/src/pipeline/exec/join_probe_operator.h | 8 +-
be/src/pipeline/exec/multi_cast_data_stream_sink.h | 12 +-
.../exec/multi_cast_data_stream_source.cpp | 3 +-
.../pipeline/exec/multi_cast_data_stream_source.h | 15 +-
be/src/pipeline/exec/multi_cast_data_streamer.h | 6 +-
.../exec/nested_loop_join_build_operator.cpp | 4 +-
.../exec/nested_loop_join_build_operator.h | 10 +-
.../exec/nested_loop_join_probe_operator.cpp | 6 +-
.../exec/nested_loop_join_probe_operator.h | 10 +-
be/src/pipeline/exec/olap_scan_operator.cpp | 4 +-
.../pipeline/exec/partition_sort_sink_operator.cpp | 2 +-
.../pipeline/exec/partition_sort_sink_operator.h | 12 +-
.../exec/partition_sort_source_operator.cpp | 2 +-
.../pipeline/exec/partition_sort_source_operator.h | 14 +-
be/src/pipeline/exec/repeat_operator.h | 4 +-
be/src/pipeline/exec/result_sink_operator.cpp | 3 +-
be/src/pipeline/exec/result_sink_operator.h | 13 +-
be/src/pipeline/exec/scan_operator.cpp | 24 ++-
be/src/pipeline/exec/scan_operator.h | 47 +-----
be/src/pipeline/exec/select_operator.h | 4 +-
be/src/pipeline/exec/set_probe_sink_operator.cpp | 5 +-
be/src/pipeline/exec/set_probe_sink_operator.h | 21 +--
be/src/pipeline/exec/set_sink_operator.cpp | 4 +-
be/src/pipeline/exec/set_sink_operator.h | 16 +-
be/src/pipeline/exec/set_source_operator.cpp | 2 +-
be/src/pipeline/exec/set_source_operator.h | 12 +-
be/src/pipeline/exec/sort_sink_operator.cpp | 2 +-
be/src/pipeline/exec/sort_sink_operator.h | 12 +-
be/src/pipeline/exec/sort_source_operator.cpp | 2 +-
be/src/pipeline/exec/sort_source_operator.h | 10 +-
.../pipeline/exec/streaming_aggregation_operator.h | 4 +-
be/src/pipeline/exec/union_sink_operator.h | 12 +-
be/src/pipeline/exec/union_source_operator.h | 12 +-
be/src/pipeline/pipeline_x/dependency.cpp | 2 +-
be/src/pipeline/pipeline_x/dependency.h | 46 ++++--
.../local_exchange/local_exchange_sink_operator.h | 13 +-
.../local_exchange_source_operator.cpp | 11 --
.../local_exchange_source_operator.h | 15 +-
.../pipeline_x/local_exchange/local_exchanger.h | 1 -
be/src/pipeline/pipeline_x/operator.cpp | 163 +++++++++++----------
be/src/pipeline/pipeline_x/operator.h | 36 ++---
.../pipeline_x/pipeline_x_fragment_context.cpp | 9 +-
.../pipeline_x/pipeline_x_fragment_context.h | 5 +-
be/src/pipeline/pipeline_x/pipeline_x_task.cpp | 14 +-
be/src/pipeline/pipeline_x/pipeline_x_task.h | 7 +-
be/src/runtime/buffer_control_block.cpp | 2 +-
be/src/runtime/buffer_control_block.h | 6 +-
be/src/vec/exec/scan/pip_scanner_context.h | 6 +-
be/src/vec/exec/scan/scanner_context.h | 1 -
be/src/vec/runtime/shared_hash_table_controller.h | 7 +-
be/src/vec/runtime/vdata_stream_recvr.cpp | 10 +-
be/src/vec/runtime/vdata_stream_recvr.h | 18 +--
be/src/vec/sink/vdata_stream_sender.cpp | 3 +-
be/src/vec/sink/vdata_stream_sender.h | 4 +-
79 files changed, 336 insertions(+), 622 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]