This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch auto-pick-67796-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from d08ff0f245c branch-4.1: [feature](hive) Support static partition
overwrite for hive tables #65991 (#68181)
add be49e0ad512 [fix](rbo) Guard partial TopN pushdown through joins
(#67796)
No new revisions were added by this update.
Summary of changes:
.../apache/doris/nereids/properties/DataTrait.java | 3 +-
.../doris/nereids/properties/FuncDepsDG.java | 53 ++++++++
.../rewrite/PushDownTopNDistinctThroughJoin.java | 42 +++++-
.../doris/nereids/properties/FuncDepsDGTest.java | 15 +++
.../PushDownTopNDistinctThroughJoinTest.java | 141 +++++++++++++++++++++
.../push_down_top_n_distinct_through_join.out | 7 +
.../push_down_top_n_distinct_through_join.groovy | 41 ++++++
7 files changed, 294 insertions(+), 8 deletions(-)
create mode 100644
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/PushDownTopNDistinctThroughJoinTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]