This is an automated email from the ASF dual-hosted git repository. dataroaring 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 2ba2cd22b0d [fix](regression) Fix unstable regression case introduced by #26384 (#26453) 2ba2cd22b0d is described below commit 2ba2cd22b0d3ceda8107fe4f9cff3982ee9f265d Author: walter <w41te...@gmail.com> AuthorDate: Mon Nov 6 18:34:14 2023 +0800 [fix](regression) Fix unstable regression case introduced by #26384 (#26453) --- regression-test/data/show_p0/test_show_create_table_and_views.out | 4 ++-- .../suites/show_p0/test_show_create_table_and_views.groovy | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/regression-test/data/show_p0/test_show_create_table_and_views.out b/regression-test/data/show_p0/test_show_create_table_and_views.out index fb541f2e2c7..ccd97f308f5 100644 --- a/regression-test/data/show_p0/test_show_create_table_and_views.out +++ b/regression-test/data/show_p0/test_show_create_table_and_views.out @@ -4,13 +4,13 @@ show_create_table_and_views_table CREATE TABLE `show_create_table_and_views_tabl -- !select -- 1 1 30 -1 300 2 1 2 5 1 3 10 -2 200 1111 +1 300 2 2 1 100 2 2 10 2 3 44 +2 200 1111 3 1 10 3 2 1 23 900 1 diff --git a/regression-test/suites/show_p0/test_show_create_table_and_views.groovy b/regression-test/suites/show_p0/test_show_create_table_and_views.groovy index d73bb9fdc93..89670aa434f 100644 --- a/regression-test/suites/show_p0/test_show_create_table_and_views.groovy +++ b/regression-test/suites/show_p0/test_show_create_table_and_views.groovy @@ -74,7 +74,7 @@ suite("test_show_create_table_and_views", "show") { (23, 900, 1)""" qt_show "SHOW CREATE TABLE ${dbName}.${tableName}" - qt_select "SELECT * FROM ${dbName}.${tableName} ORDER BY user_id" + qt_select "SELECT * FROM ${dbName}.${tableName} ORDER BY user_id, good_id" // create view and show sql """ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org