This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 555f78a2405e49cb248a64825f3323b5f5f5bd4a Author: shuke <37901441+shuke...@users.noreply.github.com> AuthorDate: Fri Oct 13 02:25:15 2023 -0500 [test](fix) case bug (#25363) --- regression-test/suites/load_p0/insert/test_insert.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/load_p0/insert/test_insert.groovy b/regression-test/suites/load_p0/insert/test_insert.groovy index 08e02d5f4b8..2f4a2989775 100644 --- a/regression-test/suites/load_p0/insert/test_insert.groovy +++ b/regression-test/suites/load_p0/insert/test_insert.groovy @@ -89,7 +89,7 @@ suite("test_insert") { qt_select """ select k1, k2, k3, k4, k5, k6, k8, k10, k11, k12 from ${insert_tbl_dft} """ - sql 'drop table if exists f3' + sql 'drop table if exists t3' sql ''' create table t3 ( id int default "10" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org