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 80a49ed97a [fix](nereids)fix some function signature issue (#25301) add 22684dedff [pipelineX](pick) pick PRs from pipeline (#25340) No new revisions were added by this update. Summary of changes: .../pipeline/exec/aggregation_source_operator.cpp | 7 - be/src/pipeline/exec/analytic_source_operator.cpp | 18 +-- be/src/pipeline/exec/analytic_source_operator.h | 2 - be/src/pipeline/exec/hashjoin_build_sink.cpp | 8 ++ be/src/pipeline/exec/hashjoin_probe_operator.cpp | 156 ++++++++++++++------- be/src/pipeline/exec/hashjoin_probe_operator.h | 4 + .../exec/nested_loop_join_probe_operator.cpp | 6 - .../exec/partition_sort_source_operator.cpp | 15 +- .../pipeline/exec/partition_sort_source_operator.h | 23 +-- be/src/pipeline/exec/sort_source_operator.cpp | 10 -- be/src/pipeline/exec/sort_source_operator.h | 4 +- be/src/pipeline/pipeline_x/dependency.h | 2 + 12 files changed, 142 insertions(+), 113 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org