mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-09-06 21:39:09 +00:00
Update src/store/writer.rs
Co-authored-by: Paul Masurel <paul@quickwit.io>
This commit is contained in:
committed by
Pascal Seitz
co-authored by
Paul Masurel
parent
449594f67a
commit
0135fbc4c8
+2
-1
@@ -68,7 +68,8 @@ impl StoreWriter {
|
||||
}
|
||||
}
|
||||
}
|
||||
block_compressor.close()
|
||||
block_compressor.close()?;
|
||||
Ok(())
|
||||
})?;
|
||||
|
||||
Ok(StoreWriter {
|
||||
|
||||
Reference in New Issue
Block a user