This is an automated email from the ASF dual-hosted git repository. zhangstar333 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from c76f3099a3f [fix](regression)Fix unstable compaction related cases (#46920) add cc183eb2cd2 [UT](pipeline) Add test cases for hash join (#46976) No new revisions were added by this update. Summary of changes: be/src/pipeline/exec/aggregation_sink_operator.cpp | 7 +- be/src/pipeline/exec/aggregation_sink_operator.h | 2 +- be/src/pipeline/exec/analytic_sink_operator.cpp | 4 +- be/src/pipeline/exec/analytic_sink_operator.h | 2 +- be/src/pipeline/exec/cache_sink_operator.cpp | 4 +- be/src/pipeline/exec/cache_sink_operator.h | 2 +- be/src/pipeline/exec/exchange_sink_operator.cpp | 2 +- .../exec/group_commit_block_sink_operator.h | 2 +- be/src/pipeline/exec/hashjoin_build_sink.cpp | 4 +- be/src/pipeline/exec/hashjoin_build_sink.h | 4 +- be/src/pipeline/exec/hive_table_sink_operator.h | 2 +- be/src/pipeline/exec/iceberg_table_sink_operator.h | 2 +- be/src/pipeline/exec/jdbc_table_sink_operator.cpp | 4 +- be/src/pipeline/exec/join_build_sink_operator.cpp | 4 +- be/src/pipeline/exec/join_build_sink_operator.h | 2 +- .../pipeline/exec/memory_scratch_sink_operator.cpp | 4 +- .../exec/nested_loop_join_build_operator.cpp | 6 +- .../exec/nested_loop_join_build_operator.h | 4 +- be/src/pipeline/exec/olap_table_sink_operator.h | 2 +- be/src/pipeline/exec/olap_table_sink_v2_operator.h | 2 +- be/src/pipeline/exec/operator.h | 11 -- .../pipeline/exec/partition_sort_sink_operator.cpp | 4 +- .../pipeline/exec/partition_sort_sink_operator.h | 4 +- .../exec/partitioned_aggregation_sink_operator.cpp | 10 +- .../exec/partitioned_aggregation_sink_operator.h | 5 +- .../exec/partitioned_hash_join_sink_operator.cpp | 6 +- .../exec/partitioned_hash_join_sink_operator.h | 5 +- be/src/pipeline/exec/result_file_sink_operator.cpp | 6 +- be/src/pipeline/exec/result_sink_operator.cpp | 2 +- be/src/pipeline/exec/set_probe_sink_operator.h | 6 +- be/src/pipeline/exec/set_sink_operator.h | 6 +- be/src/pipeline/exec/sort_sink_operator.cpp | 6 +- be/src/pipeline/exec/sort_sink_operator.h | 2 +- be/src/pipeline/exec/spill_sort_sink_operator.cpp | 10 +- be/src/pipeline/exec/spill_sort_sink_operator.h | 2 +- be/src/pipeline/exec/union_sink_operator.cpp | 4 +- be/src/pipeline/exec/union_sink_operator.h | 4 +- be/src/pipeline/pipeline_fragment_context.cpp | 61 ++++---- be/src/pipeline/pipeline_task.h | 3 +- be/src/runtime/runtime_state.cpp | 3 +- be/test/pipeline/pipeline_test.cpp | 158 +++++++++++++++++++-- 41 files changed, 257 insertions(+), 126 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org