Update src/store/writer.rs

Co-authored-by: Paul Masurel <paul@quickwit.io>
This commit is contained in:
PSeitz
2022-06-21 07:48:19 +02:00
committed by Pascal Seitz
parent 449594f67a
commit 0135fbc4c8

View File

@@ -68,7 +68,8 @@ impl StoreWriter {
}
}
}
block_compressor.close()
block_compressor.close()?;
Ok(())
})?;
Ok(StoreWriter {