Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX](complextype)fix struct nested complex collection type and and regresstest #26973

Merged
merged 8 commits into from
Nov 20, 2023
Prev Previous commit
Next Next commit
updated
  • Loading branch information
amorynan committed Nov 20, 2023
commit 16a3ed8660cb5b8fcd42b337d273da7f554d721c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ suite("one_level_nestedtypes_with_s3data") {
]
int fi = 0
for (String f : array_files) {
sql "truncate table ${table_names[2]};"
sql "truncate table ${table_names[0]};"
// load_from_tvf(table_names[0], f, format_order[fi])
load_from_s3(table_names[0], f, format_order[fi])
++ fi
Expand Down Expand Up @@ -198,7 +198,7 @@ suite("one_level_nestedtypes_with_s3data") {
]
fi = 0
for (String f : map_files) {
sql "truncate table ${table_names[2]};"
sql "truncate table ${table_names[1]};"
// load_from_tvf(table_names[1], f, format_order[fi])
load_from_s3(table_names[1], f, format_order[fi])
++ fi
Expand Down