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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 56b6fff7105 branch-4.0: [fix](case) do not use same table name #56714 
(#56727)
56b6fff7105 is described below

commit 56b6fff710520bc6e8dd943356dcc8c8aae3e3e3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 12 14:39:21 2025 +0800

    branch-4.0: [fix](case) do not use same table name #56714 (#56727)
    
    Cherry-picked from #56714
    
    Co-authored-by: Yongqiang YANG <[email protected]>
---
 regression-test/suites/nereids_syntax_p0/array_compare.groovy         | 2 +-
 regression-test/suites/nereids_syntax_p0/inpredicate_with_list.groovy | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/regression-test/suites/nereids_syntax_p0/array_compare.groovy 
b/regression-test/suites/nereids_syntax_p0/array_compare.groovy
index 30457c83d9b..37fa18d1b85 100644
--- a/regression-test/suites/nereids_syntax_p0/array_compare.groovy
+++ b/regression-test/suites/nereids_syntax_p0/array_compare.groovy
@@ -17,7 +17,7 @@
 
 
 suite("array_compare") {
-    def tableName = "test_array"
+    def tableName = "test_array_compare"
 
     sql """ DROP TABLE IF EXISTS ${tableName} """
     sql """
diff --git 
a/regression-test/suites/nereids_syntax_p0/inpredicate_with_list.groovy 
b/regression-test/suites/nereids_syntax_p0/inpredicate_with_list.groovy
index 58f98621529..95c3a1d5a29 100644
--- a/regression-test/suites/nereids_syntax_p0/inpredicate_with_list.groovy
+++ b/regression-test/suites/nereids_syntax_p0/inpredicate_with_list.groovy
@@ -16,7 +16,7 @@
 // under the License.
 
 suite("inpredicate_with_list") {
-    def tableName = "test_array"
+    def tableName = "test_array_inpredicate"
 
     sql """ DROP TABLE IF EXISTS ${tableName} """
     sql """


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

Reply via email to