This is an automated email from the ASF dual-hosted git repository.
924060929 pushed a change to branch fe_local_shuffle_rebase3
in repository https://gitbox.apache.org/repos/asf/doris.git
from 9016e5a105f [refactor](local shuffle) Move local exchange planning
from BE to FE
add 41ff45ebc4a [test](local shuffle) Rewrite LocalExchangePlannerTest
with PlanShape DSL
add 7e5ab2fabf5 [test](local shuffle) Drop stats-sensitive shape
assertions from test_multilevel_join_agg_local_shuffle
add dc393f63f94 [fix](local shuffle) Restore LoadStatistic fileNum
tracking under FE local-shuffle planner
add fd3733b99cc [fix](local shuffle) Skip LocalExchange under
RecursiveCteNode and mark it serial (DORIS-25865)
No new revisions were added by this update.
Summary of changes:
.../commands/insert/InsertIntoTableCommand.java | 16 +-
.../org/apache/doris/planner/RecursiveCteNode.java | 30 +-
.../java/org/apache/doris/planner/PlanShape.java | 21 +
.../org/apache/doris/planner/PlanShapeDsl.java | 25 +
.../apache/doris/qe/LocalExchangePlannerTest.java | 532 +++--
.../test_multilevel_join_agg_local_shuffle.out | 2050 --------------------
.../test_local_shuffle_recursive_cte.groovy | 181 ++
.../test_multilevel_join_agg_local_shuffle.groovy | 7 +-
8 files changed, 651 insertions(+), 2211 deletions(-)
create mode 100644
regression-test/suites/nereids_p0/local_shuffle/test_local_shuffle_recursive_cte.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]