BiteTheDDDDt opened a new pull request, #64156:
URL: https://github.com/apache/doris/pull/64156
### What problem does this PR solve?
Issue Number: N/A
Related PR: #63529, #63766, #64102
Problem Summary:
Backport the following merged fixes to branch-4.1:
- #63529 preserves the required shuffle distribution for serial merge
aggregation.
- #63766 preserves aggregation hash shuffle after a non-hash local exchange.
- #64102 prevents unsafe runtime filter pushdown through the null-generating
side of outer joins.
The BE aggregation backports are applicable to branch-4.1 because the branch
still has the affected aggregation/local-exchange distribution paths and was
missing these fixes. The runtime filter fix is also absent from branch-4.1 and
was adapted to the branch-4.1 RuntimeFilterPushDownVisitor structure.
### Release note
None
### Check List (For Author)
- Test:
- Unit Test: build-support/clang-format.sh
- Unit Test: build-support/check-format.sh
- Unit Test: ./run-be-ut.sh --run
--filter=AggOperatorRequiredDistributionTest.*:StreamingAggOperatorTest.require_hash_shuffle_after_non_hash_local_exchange:DistinctStreamingAggOperatorTest.require_hash_shuffle_after_non_hash_local_exchange:AggOperatorGroupByLimitOptTestWithGroupBy.test_2_phase_without_order_by
- Unit Test: ./run-fe-ut.sh --run
org.apache.doris.nereids.postprocess.RuntimeFilterTest#testDoNotPushDownNonNullPropagatingRuntimeFilterThroughOuterJoin,org.apache.doris.nereids.postprocess.RuntimeFilterTest#testPushDownNullPropagatingRuntimeFilterThroughOuterJoin
- Behavior changed: No
- Does this need documentation: No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]