From 0135fbc4c83483fa9044ceda0f2fbc2bc365e52a Mon Sep 17 00:00:00 2001 From: PSeitz Date: Tue, 21 Jun 2022 07:48:19 +0200 Subject: [PATCH] Update src/store/writer.rs Co-authored-by: Paul Masurel --- src/store/writer.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/store/writer.rs b/src/store/writer.rs index 735d01ed6..27fc2351a 100644 --- a/src/store/writer.rs +++ b/src/store/writer.rs @@ -68,7 +68,8 @@ impl StoreWriter { } } } - block_compressor.close() + block_compressor.close()?; + Ok(()) })?; Ok(StoreWriter {