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 f6ce940868db5f..f58e41078bf153 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 {