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 73404405e68 [fix](hdfs) Fix hdfsExists that return staled root cause
(#27991)
add 1be513b9273 [pipelineX](local shuffle) Fix local shuffle for
colocate/bucket join (#28032)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/aggregation_sink_operator.h | 2 +-
.../pipeline/exec/aggregation_source_operator.cpp | 1 -
.../distinct_streaming_aggregation_sink_operator.h | 1 -
be/src/pipeline/exec/hashjoin_build_sink.cpp | 2 +
be/src/pipeline/exec/hashjoin_build_sink.h | 6 +-
be/src/pipeline/exec/hashjoin_probe_operator.cpp | 2 +
be/src/pipeline/exec/hashjoin_probe_operator.h | 9 +-
be/src/pipeline/exec/join_build_sink_operator.h | 2 +-
be/src/pipeline/exec/join_probe_operator.h | 2 +-
be/src/pipeline/exec/scan_operator.h | 7 ++
be/src/pipeline/pipeline_fragment_context.cpp | 8 +-
be/src/pipeline/pipeline_fragment_context.h | 2 +-
be/src/pipeline/pipeline_x/dependency.cpp | 2 +-
be/src/pipeline/pipeline_x/dependency.h | 11 ++-
.../local_exchange_sink_operator.cpp | 3 +-
.../local_exchange/local_exchange_sink_operator.h | 25 +++--
.../local_exchange_source_operator.cpp | 7 +-
.../local_exchange_source_operator.h | 2 +-
.../pipeline_x/local_exchange/local_exchanger.cpp | 35 ++++---
.../pipeline_x/local_exchange/local_exchanger.h | 35 +++++--
be/src/pipeline/pipeline_x/operator.h | 3 +-
.../pipeline_x/pipeline_x_fragment_context.cpp | 103 +++++++++++++--------
.../pipeline_x/pipeline_x_fragment_context.h | 12 ++-
be/src/vec/exec/scan/pip_scanner_context.h | 5 +-
.../org/apache/doris/planner/HashJoinNode.java | 18 ++++
.../org/apache/doris/planner/OlapScanNode.java | 9 +-
.../org/apache/doris/planner/PlanFragment.java | 10 ++
.../main/java/org/apache/doris/qe/Coordinator.java | 19 ++++
.../java/org/apache/doris/qe/SessionVariable.java | 10 +-
gensrc/thrift/PaloInternalService.thrift | 2 +
gensrc/thrift/PlanNodes.thrift | 9 ++
31 files changed, 265 insertions(+), 99 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]