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.2
in repository https://gitbox.apache.org/repos/asf/doris.git
from 8e79827c98e branch-4.1: [fix](variable) Track user variables in SQL
cache during binding #67787 (#68069)
add 367b392986f [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]