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 36c9366a8b [improve](tablet schema) add config to modify tablet schema 
recycle interval (#24602)
     add b9997d69fa [refactor](pipelineX) return error when local_state can not 
find id (#24360)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/aggregation_sink_operator.cpp |  2 +-
 be/src/pipeline/exec/aggregation_sink_operator.h   |  1 +
 .../pipeline/exec/aggregation_source_operator.cpp  |  5 +++--
 be/src/pipeline/exec/analytic_sink_operator.cpp    |  7 +++----
 be/src/pipeline/exec/analytic_source_operator.cpp  |  4 ++--
 be/src/pipeline/exec/assert_num_rows_operator.cpp  |  2 +-
 ...istinct_streaming_aggregation_sink_operator.cpp |  3 +--
 .../distinct_streaming_aggregation_sink_operator.h |  3 ++-
 ...tinct_streaming_aggregation_source_operator.cpp |  2 +-
 be/src/pipeline/exec/exchange_sink_operator.cpp    |  6 +++---
 be/src/pipeline/exec/exchange_source_operator.cpp  |  7 +++----
 be/src/pipeline/exec/hashjoin_build_sink.cpp       |  2 +-
 be/src/pipeline/exec/hashjoin_build_sink.h         |  9 +++------
 be/src/pipeline/exec/hashjoin_probe_operator.cpp   |  6 +++---
 .../exec/nested_loop_join_build_operator.cpp       |  3 +--
 .../exec/nested_loop_join_probe_operator.cpp       |  6 +++---
 .../pipeline/exec/partition_sort_sink_operator.cpp |  2 +-
 .../exec/partition_sort_source_operator.cpp        |  4 ++--
 be/src/pipeline/exec/repeat_operator.cpp           |  4 ++--
 be/src/pipeline/exec/result_sink_operator.cpp      |  7 +++----
 be/src/pipeline/exec/scan_operator.cpp             |  9 ++++-----
 be/src/pipeline/exec/scan_operator.h               |  1 +
 be/src/pipeline/exec/select_operator.h             |  2 +-
 be/src/pipeline/exec/sort_sink_operator.cpp        |  2 +-
 be/src/pipeline/exec/sort_source_operator.cpp      |  4 ++--
 .../exec/streaming_aggregation_sink_operator.cpp   |  2 +-
 .../exec/streaming_aggregation_sink_operator.h     |  3 ++-
 .../exec/streaming_aggregation_source_operator.cpp |  2 +-
 be/src/pipeline/exec/union_sink_operator.cpp       |  2 +-
 be/src/pipeline/exec/union_sink_operator.h         |  2 +-
 be/src/pipeline/exec/union_source_operator.cpp     |  2 +-
 be/src/pipeline/exec/union_source_operator.h       |  2 +-
 be/src/pipeline/pipeline_x/operator.h              | 23 ++++++++++++++++++++++
 be/src/runtime/runtime_state.cpp                   |  8 ++++++--
 34 files changed, 86 insertions(+), 63 deletions(-)


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

Reply via email to