This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 9d1e2dc4831 [fix](case) do not use same table name (#56714)
9d1e2dc4831 is described below
commit 9d1e2dc4831ebef8bf3a14325c271013110eebe2
Author: Yongqiang YANG <[email protected]>
AuthorDate: Thu Oct 9 10:44:03 2025 +0800
[fix](case) do not use same table name (#56714)
---
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]