This is an automated email from the ASF dual-hosted git repository.

englefly pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 787863fe596 [fix](nereids) fix regression case bug: 
push_down_top_n_through_union (#54480)
787863fe596 is described below

commit 787863fe596c35a6bb98a5eb3b3012f059a9d666
Author: minghong <[email protected]>
AuthorDate: Wed Aug 13 09:58:13 2025 +0800

    [fix](nereids) fix regression case bug: push_down_top_n_through_union 
(#54480)
    
    ### What problem does this PR solve?
    1. there are some conflict between #54158 and #54181. #54181 changed the
    print format of variant.
    2. in #54158, it is not proper to use "order_qt_xxx" to check plan shape
---
 .../push_down_top_n_through_union.out               | Bin 10120 -> 10120 bytes
 .../push_down_topn/push_down_topn_through_union.out | Bin 6411 -> 0 bytes
 .../push_down_top_n_through_union.groovy            |   2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/data/nereids_rules_p0/push_down_top_n/push_down_top_n_through_union.out
 
b/regression-test/data/nereids_rules_p0/push_down_top_n/push_down_top_n_through_union.out
index 799a77d05b9..8d743d5eb9e 100644
Binary files 
a/regression-test/data/nereids_rules_p0/push_down_top_n/push_down_top_n_through_union.out
 and 
b/regression-test/data/nereids_rules_p0/push_down_top_n/push_down_top_n_through_union.out
 differ
diff --git 
a/regression-test/data/nereids_rules_p0/push_down_topn/push_down_topn_through_union.out
 
b/regression-test/data/nereids_rules_p0/push_down_topn/push_down_topn_through_union.out
deleted file mode 100644
index 9c20ca80d59..00000000000
Binary files 
a/regression-test/data/nereids_rules_p0/push_down_topn/push_down_topn_through_union.out
 and /dev/null differ
diff --git 
a/regression-test/suites/nereids_rules_p0/push_down_top_n/push_down_top_n_through_union.groovy
 
b/regression-test/suites/nereids_rules_p0/push_down_top_n/push_down_top_n_through_union.groovy
index 0c31a6fa1af..e7c806518c2 100644
--- 
a/regression-test/suites/nereids_rules_p0/push_down_top_n/push_down_top_n_through_union.groovy
+++ 
b/regression-test/suites/nereids_rules_p0/push_down_top_n/push_down_top_n_through_union.groovy
@@ -306,7 +306,7 @@ suite("push_down_top_n_through_union") {
     LIMIT 8;"""
 
 
-    order_qt_union_all_push_down_top_n_shape """
+    qt_union_all_push_down_top_n_shape """
     explain shape plan SELECT `args1`, `args2`, `args3`, `args4`, `args5`, 
`args6`, `args7`, `args8`, `args9`, `args10`, `args11`, `args12`, `args13`, 
`args14`, `args15`, `log`, logTimestamp
     FROM view_test
     ORDER BY logTimestamp desc


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to