This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 738dd200a0d branch-3.0: [fix](test) fix test_autoinc_broker_load.groovy #46320 (#46337) 738dd200a0d is described below commit 738dd200a0d22f285cd8eac0a74e460b624345cc Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Jan 3 12:03:56 2025 +0800 branch-3.0: [fix](test) fix test_autoinc_broker_load.groovy #46320 (#46337) 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