This is an automated email from the ASF dual-hosted git repository.
huajianlan pushed a change to branch fe_local_shuffle
in repository https://gitbox.apache.org/repos/asf/doris.git
discard 9a81c4bcd44 [fix](local shuffle) remove stale code in
deriveAndEnforceChildLocalExchange
discard 44e06f87090 [fix](local shuffle) fix downstream pipeline num_tasks in
LOCAL_EXCHANGE_NODE handler
discard 6ccefb2233a Revert "[fix](local shuffle) fix num_senders for
UNPARTITIONED sender fragments"
discard f9aa0f8f5ea [fix](local shuffle) fix num_senders for UNPARTITIONED
sender fragments
discard d2e7fa23b17 [fix](local shuffle) insert PASSTHROUGH after serial
Exchange + revert BE raise
discard 920d43dbabd [fix](local shuffle) restore deferred exchanger num_tasks
raise for non-scan serial operators
discard c167c2d4141 [fix](local shuffle) fix nested NLJ + pooling scan shared
state error and test flakiness
new 938de89b02b [fix](local shuffle) fix nested NLJ + pooling scan shared
state error and test flakiness
new ccf7874857b [fix](local shuffle) restore deferred exchanger num_tasks
raise for non-scan serial operators
new a767ada5d88 [fix](local shuffle) insert PASSTHROUGH after serial
Exchange + revert BE raise
new bad00c5a199 [fix](local shuffle) fix num_senders for UNPARTITIONED
sender fragments
new 0a37e5aed0b Revert "[fix](local shuffle) fix num_senders for
UNPARTITIONED sender fragments"
new 9214a5c0b43 [fix](local shuffle) fix downstream pipeline num_tasks in
LOCAL_EXCHANGE_NODE handler
new 2bac91f1a62 [fix](local shuffle) remove stale code in
deriveAndEnforceChildLocalExchange
new 212f2fb6570 [fix](local shuffle) align FE local exchange planning with
BE pipeline model
new 5f5866cb969 [fix](local shuffle) StreamingAgg: use
child.isSerialOperator() not fragment.useSerialSource()
new 2fc59a7cf52 [test](local shuffle) add FE/BE consistency and RQG
regression tests
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9a81c4bcd44)
\
N -- N -- N refs/heads/fe_local_shuffle (2fc59a7cf52)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/exec/pipeline/pipeline_fragment_context.cpp | 2 -
.../glue/translator/PlanTranslatorContext.java | 15 +
.../org/apache/doris/planner/AddLocalExchange.java | 37 +-
.../org/apache/doris/planner/AggregationNode.java | 10 +-
.../org/apache/doris/planner/ExchangeNode.java | 10 +-
.../java/org/apache/doris/planner/PlanNode.java | 44 +-
.../java/org/apache/doris/planner/SortNode.java | 17 +-
.../doris/qe/runtime/ThriftPlansBuilder.java | 41 +-
.../local_shuffle/print_known_diff_trees.groovy | 80 ++++
.../test_local_shuffle_rqg_bugs.groovy | 456 +++++++++++++++++++++
10 files changed, 645 insertions(+), 67 deletions(-)
create mode 100644
regression-test/suites/nereids_p0/local_shuffle/print_known_diff_trees.groovy
create mode 100644
regression-test/suites/nereids_p0/local_shuffle/test_local_shuffle_rqg_bugs.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]