This is an automated email from the ASF dual-hosted git repository.
englefly pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new e62b7ba7024 [FIX](case)fix case truncate table first #27792
e62b7ba7024 is described below
commit e62b7ba70241bbd73e72104c417b6963ce1e002f
Author: amory <[email protected]>
AuthorDate: Thu Nov 30 18:47:50 2023 +0800
[FIX](case)fix case truncate table first #27792
---
..._nested_types_insert_into_with_dup_table.groovy | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git
a/regression-test/suites/datatype_p0/nested_types/negative_cases/test_nested_types_insert_into_with_dup_table.groovy
b/regression-test/suites/datatype_p0/nested_types/negative_cases/test_nested_types_insert_into_with_dup_table.groovy
index f6ce940868d..f58e41078bf 100644
---
a/regression-test/suites/datatype_p0/nested_types/negative_cases/test_nested_types_insert_into_with_dup_table.groovy
+++
b/regression-test/suites/datatype_p0/nested_types/negative_cases/test_nested_types_insert_into_with_dup_table.groovy
@@ -20,7 +20,27 @@ import org.codehaus.groovy.runtime.IOGroovyMethods
suite("test_nested_types_insert_into_with_dup_table", "p0") {
sql 'use regression_test_datatype_p0_nested_types'
sql 'set enable_nereids_planner=false'
-
+
+ sql """
+ truncate table `tbl_array_nested_types_dup`;
+ """
+
+ sql """
+ truncate table `tbl_array_nested_types_dup2`;
+ """
+
+ sql """
+ truncate table `tbl_map_types_dup`;
+ """
+
+ sql """
+ truncate table `tbl_array_map_types_dup`;
+ """
+
+ sql """
+ truncate table `tbl_map_array_types_dup`;
+ """
+
// test action for scala to array with scala type
// current we support char family to insert nested type
test {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]