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 cee7a6889f5 [test](fix) case bug (#25363)
cee7a6889f5 is described below

commit cee7a6889f58845463663ff4018b432a319a8cc6
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

Reply via email to