From c3b79f79c71fc30e28082f32d1eaea64cc022329 Mon Sep 17 00:00:00 2001 From: stephen Date: Sat, 27 Jul 2024 12:05:11 +0800 Subject: [PATCH] 5 --- .../export_p0/test_export_table_with_materialized_view.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/export_p0/test_export_table_with_materialized_view.groovy b/regression-test/suites/export_p0/test_export_table_with_materialized_view.groovy index bc51b99a9918f8..adba998b16fffc 100644 --- a/regression-test/suites/export_p0/test_export_table_with_materialized_view.groovy +++ b/regression-test/suites/export_p0/test_export_table_with_materialized_view.groovy @@ -114,7 +114,7 @@ suite("test_export_table_with_materialized_view", "p0") { def outfile_url = waiting_export.call(label) qt_select_load1 """ select * from s3( - "uri" = "http://${s3_endpoint}${outfile_url.substring(4, outfile_url.length() - 1)}0.parquet", + "uri" = "http://${bucket}.${s3_endpoint}${outfile_url.substring(5+bucket.length(), outfile_url.length() - 1)}0.parquet", "s3.access_key"= "${ak}", "s3.secret_key" = "${sk}", "format" = "parquet",