Skip to content

Commit

Permalink
async
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Jan 9, 2024
1 parent 27a5270 commit 81865e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/deltalake-gcp/tests/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl StorageIntegration for GcpIntegration {
format!("gs://{}", self.bucket_name())
}

fn copy_directory(&self, source: &str, destination: &str) -> std::io::Result<ExitStatus> {
async fn copy_directory(&self, source: &str, destination: &str) -> std::io::Result<ExitStatus> {
let to = format!("{}/{}", self.root_uri(), destination.as_ref());
copy_table(source.to_owned(), None, to, None, true)
.await
Expand Down

0 comments on commit 81865e5

Please sign in to comment.