From d2542552d3603d05f1885b97605a3a1d74115993 Mon Sep 17 00:00:00 2001 From: "Lei, HUANG" <6406592+v0y4g3r@users.noreply.github.com> Date: Sun, 2 Apr 2023 16:43:44 +0800 Subject: [PATCH] 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 --- src/frontend/src/tests/instance_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/tests/instance_test.rs b/src/frontend/src/tests/instance_test.rs index 809fe536e0..6ce12e638e 100644 --- a/src/frontend/src/tests/instance_test.rs +++ b/src/frontend/src/tests/instance_test.rs @@ -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",