This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 1b1d7e2f295 branch-2.1: [fix](test) fix test_autoinc_broker_load.groovy #46320 (#46338) 1b1d7e2f295 is described below commit 1b1d7e2f295e02549189f0545f318005695c1879 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Jan 4 14:17:31 2025 +0800 branch-2.1: [fix](test) fix test_autoinc_broker_load.groovy #46320 (#46338) Cherry-picked from #46320 Co-authored-by: Mingyu Chen (Rayner) <morning...@163.com> --- .../suites/external_table_p0/hive/test_autoinc_broker_load.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/external_table_p0/hive/test_autoinc_broker_load.groovy b/regression-test/suites/external_table_p0/hive/test_autoinc_broker_load.groovy index 376da31c8a7..cefbd4e6994 100644 --- a/regression-test/suites/external_table_p0/hive/test_autoinc_broker_load.groovy +++ b/regression-test/suites/external_table_p0/hive/test_autoinc_broker_load.groovy @@ -80,7 +80,7 @@ suite("test_autoinc_broker_load", "p0,external,hive,external_docker,external_doc def test_load_label = UUID.randomUUID().toString().replaceAll("-", "") load_from_hdfs("name, value", table, test_load_label, "auto_inc_basic.csv", "csv") wait_for_load_result(test_load_label, table) - qt_sql "select * from ${table};" + qt_sql "select * from ${table} order by id;" sql """ insert into ${table} values(0, "Bob", 123), (2, "Tom", 323), (4, "Carter", 523);""" qt_sql "select * from ${table} order by id" sql "drop table if exists ${table};" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org