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 6ec1a86201d [Bug](hash) fix wrong HashLen16 implement and add
cityhash64 unit test (#46928)
add 109c5b365d8 [UT](test) Add some pipeline test cases (#46913)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/exchange_sink_operator.cpp | 5 +-
be/src/pipeline/exec/exchange_source_operator.cpp | 4 +-
be/src/pipeline/exec/join_probe_operator.cpp | 60 +--
be/src/pipeline/exec/join_probe_operator.h | 14 +-
be/src/pipeline/exec/operator.h | 7 +-
be/src/pipeline/exec/set_source_operator.h | 4 +
be/src/pipeline/exec/union_source_operator.h | 4 +
be/src/pipeline/pipeline.cpp | 3 +
be/src/pipeline/pipeline_fragment_context.cpp | 4 +-
be/src/runtime/exec_env.cpp | 7 +
be/src/runtime/exec_env.h | 1 +
be/src/vec/runtime/vdata_stream_mgr.cpp | 9 +-
be/src/vec/runtime/vdata_stream_mgr.h | 3 +-
be/src/vec/runtime/vdata_stream_recvr.cpp | 6 +-
be/src/vec/runtime/vdata_stream_recvr.h | 5 +-
be/test/pipeline/pipeline_test.cpp | 571 +++++++++++++++++++--
be/test/pipeline/thrift_builder.h | 136 ++++-
.../glue/translator/PhysicalPlanTranslator.java | 2 -
.../org/apache/doris/planner/HashJoinNode.java | 11 -
.../org/apache/doris/planner/JoinNodeBase.java | 13 -
.../apache/doris/planner/NestedLoopJoinNode.java | 13 +-
.../java/org/apache/doris/planner/PlanNode.java | 15 +-
gensrc/thrift/PlanNodes.thrift | 17 +-
23 files changed, 731 insertions(+), 183 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]