This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 471f6dd291 Flush in creates_dir_if_not_present_append (#4872) (#4874)
471f6dd291 is described below

commit 471f6dd2911d8328ca56efe2f685e08c0a3fb8c8
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Thu Sep 28 17:46:49 2023 +0100

    Flush in creates_dir_if_not_present_append (#4872) (#4874)
---
 object_store/src/local.rs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/object_store/src/local.rs b/object_store/src/local.rs
index c625c59fbc..69da170b08 100644
--- a/object_store/src/local.rs
+++ b/object_store/src/local.rs
@@ -1494,6 +1494,8 @@ mod not_wasm_tests {
 
         writer.write_all(data.as_ref()).await.unwrap();
 
+        writer.flush().await.unwrap();
+
         let read_data = integration
             .get(&location)
             .await

Reply via email to