This is an automated email from the ASF dual-hosted git repository. yiguolei 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 7dfbb7c639 [chore](regression-test) add order by column in tpch_sf1_p1/tpch_sf1/nereids/q11.groovy (#12770) 7dfbb7c639 is described below commit 7dfbb7c63955f05aa9ce73a2dff6f0f85f837a5a Author: Jerry Hu <mrh...@gmail.com> AuthorDate: Tue Sep 20 22:26:24 2022 +0800 [chore](regression-test) add order by column in tpch_sf1_p1/tpch_sf1/nereids/q11.groovy (#12770) --- regression-test/data/tpch_sf1_p1/tpch_sf1/nereids/q11.out | 4 ++-- regression-test/suites/tpch_sf1_p1/tpch_sf1/nereids/q11.groovy | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/regression-test/data/tpch_sf1_p1/tpch_sf1/nereids/q11.out b/regression-test/data/tpch_sf1_p1/tpch_sf1/nereids/q11.out index fd59532da5..f0f35938c0 100644 --- a/regression-test/data/tpch_sf1_p1/tpch_sf1/nereids/q11.out +++ b/regression-test/data/tpch_sf1_p1/tpch_sf1/nereids/q11.out @@ -27924,8 +27924,8 @@ 88680 223836.78 147406 223772.04 184900 223740.36 -151929 223626 56147 223626 +151929 223626 59073 223617.96 163532 223546.7 30632 223545.96 @@ -28380,8 +28380,8 @@ 188486 182471.68 172384 182400.9 34740 182382.11 -128472 182377.2 53145 182377.2 +128472 182377.2 114769 181935.96 176314 181918.24 158619 181777.05 diff --git a/regression-test/suites/tpch_sf1_p1/tpch_sf1/nereids/q11.groovy b/regression-test/suites/tpch_sf1_p1/tpch_sf1/nereids/q11.groovy index d9c7b80985..897e74a358 100644 --- a/regression-test/suites/tpch_sf1_p1/tpch_sf1/nereids/q11.groovy +++ b/regression-test/suites/tpch_sf1_p1/tpch_sf1/nereids/q11.groovy @@ -55,7 +55,7 @@ suite("tpch_sf1_q11_nereids") { and n_name = 'GERMANY' ) order by - value desc; + value desc, ps_partkey; """ qt_select """ @@ -86,7 +86,7 @@ suite("tpch_sf1_q11_nereids") { ps_suppkey = A.s_suppkey ) order by - value desc; + value desc, ps_partkey; """ } \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org