This is an automated email from the ASF dual-hosted git repository. morningman 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 80c97962369 [fix](test) fix test typo (#37740) 80c97962369 is described below commit 80c97962369a561878d80a78503b99513d219e84 Author: Mingyu Chen <morning...@163.com> AuthorDate: Sun Jul 14 17:36:43 2024 +0800 [fix](test) fix test typo (#37740) --- regression-test/suites/external_table_p0/hive/test_hive_other.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/external_table_p0/hive/test_hive_other.groovy b/regression-test/suites/external_table_p0/hive/test_hive_other.groovy index d013e352eac..936790c6dc2 100644 --- a/regression-test/suites/external_table_p0/hive/test_hive_other.groovy +++ b/regression-test/suites/external_table_p0/hive/test_hive_other.groovy @@ -77,7 +77,7 @@ suite("test_hive_other", "p0,external,hive,external_docker,external_docker_hive" connect(user = 'ext_catalog_user', password = '12345', url = context.config.jdbcUrl) { def database_lists = sql """show databases from ${catalog_name}""" boolean ok = false; - for (int i = 0; i < database_lists.size(); ++j) { + for (int i = 0; i < database_lists.size(); ++i) { assertEquals(1, database_lists[i].size()) if (database_lists[i][0].equals("default")) { ok = true; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org