Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down