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 44cd0a280ac branch-3.1: [fix](case) do not use same table name #56714
(#56724)
44cd0a280ac is described below
commit 44cd0a280ace1ff7d4b5c3c252925909ea9f174c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 11 11:29:05 2025 +0800
branch-3.1: [fix](case) do not use same table name #56714 (#56724)
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]