fix: unit test fails when try to copy table to s3 and copy back (#1302)

fix: unit test fails when try to copy table to s3 and copy back to greptimedb
This commit is contained in:
Lei, HUANG
2023-04-02 16:43:44 +08:00
committed by GitHub
parent c0132e6cc0
commit d2542552d3

View File

@@ -849,7 +849,7 @@ async fn test_execute_copy_from_s3() {
let tests = [
Test {
sql: &format!(
"Copy with_filename FROM 's3://{}/{}/export/demo.parquet_1_2'",
"Copy with_filename FROM 's3://{}/{}/export/demo.parquet'",
bucket, root
),
table_name: "with_filename",