mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-31 04:10:38 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user