This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new c48c9e5bebf branch-3.1: [fix](case) fix case bug in 
test_temp_table.groovy #52900 (#53060)
c48c9e5bebf is described below

commit c48c9e5bebf841f942042606647c7c45cb143154
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 11 10:28:25 2025 +0800

    branch-3.1: [fix](case) fix case bug in test_temp_table.groovy #52900 
(#53060)
    
    Cherry-picked from #52900
    
    Co-authored-by: shuke <[email protected]>
---
 regression-test/suites/temp_table_p0/test_temp_table.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regression-test/suites/temp_table_p0/test_temp_table.groovy 
b/regression-test/suites/temp_table_p0/test_temp_table.groovy
index 4e192bf3234..4dba0d0df8b 100644
--- a/regression-test/suites/temp_table_p0/test_temp_table.groovy
+++ b/regression-test/suites/temp_table_p0/test_temp_table.groovy
@@ -123,6 +123,7 @@ suite('test_temp_table', 'p0') {
     assertFalse(hasTempTable)
 
     // will create a normal olap table, not temporary table, even if source 
table is temporary
+    sql "drop table if exists t_test_table3_0"
     sql "create table t_test_table3_0 like t_test_temp_table3"
     show_tables = sql "show tables"
     def hasTable = false


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to