You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2022/12/09 16:20:24 UTC

[doris] branch master updated (ef1bb9819a -> 68092fe514)

This is an automated email from the ASF dual-hosted git repository.

lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from ef1bb9819a [feature-wip](MTMV) Support mapping the partition rule of base table to the materialized view (#14930)
     add 68092fe514 [pipeline](NLJ) support nested loop join for pipeline (#14966)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/exec_node.h                             |  2 ++
 be/src/pipeline/CMakeLists.txt                      |  2 ++
 be/src/pipeline/exec/aggregation_source_operator.h  |  2 +-
 ...ator.cpp => nested_loop_join_build_operator.cpp} |  8 ++++----
 ...ild_sink.h => nested_loop_join_build_operator.h} | 11 ++++++-----
 ...ator.cpp => nested_loop_join_probe_operator.cpp} | 21 ++++++++++-----------
 ...operator.h => nested_loop_join_probe_operator.h} | 18 +++++++++++++-----
 be/src/pipeline/pipeline_fragment_context.cpp       | 18 ++++++++++++++++++
 be/src/pipeline/task_scheduler.cpp                  |  1 -
 be/src/vec/exec/join/vhash_join_node.h              |  2 +-
 be/src/vec/exec/vrepeat_node.h                      |  1 -
 be/src/vec/exec/vtable_function_node.h              |  1 -
 12 files changed, 57 insertions(+), 30 deletions(-)
 copy be/src/pipeline/exec/{repeat_operator.cpp => nested_loop_join_build_operator.cpp} (81%)
 copy be/src/pipeline/exec/{hashjoin_build_sink.h => nested_loop_join_build_operator.h} (74%)
 copy be/src/pipeline/exec/{datagen_operator.cpp => nested_loop_join_probe_operator.cpp} (62%)
 copy be/src/pipeline/exec/{repeat_operator.h => nested_loop_join_probe_operator.h} (65%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org