Skip to content

Commit

Permalink
[fix](test) fix p2 regression test of export (#39683)
Browse files Browse the repository at this point in the history
bp: #39088
  • Loading branch information
BePPPower authored Aug 21, 2024
1 parent 56cc9cc commit a613627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ suite("test_export_with_parallelism", "p2") {
// check data correctness
sql """ insert into ${table_load_name}
select * from s3(
"uri" = "http://${bucket}.${s3_endpoint}${outfile_url_list.substring(5 + bucket.length())}.${file_suffix}",
"uri" = "http://${bucket}.${s3_endpoint}${outfile_url_list.get(j).substring(5 + bucket.length())}.${file_suffix}",
"s3.access_key"= "${ak}",
"s3.secret_key" = "${sk}",
"format" = "${format}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ suite("test_export_with_s3", "p2") {
"ACCESS_KEY"= "${ak}",
"SECRET_KEY" = "${sk}",
"format" = "${format}",
"column_separator" = ",",
"region" = "${region}"
);
"""
Expand Down

0 comments on commit a613627

Please sign in to comment.