mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-07 09:32:54 +00:00
Update src/store/writer.rs
Co-authored-by: Paul Masurel <paul@quickwit.io>
This commit is contained in:
@@ -68,7 +68,8 @@ impl StoreWriter {
|
||||
}
|
||||
}
|
||||
}
|
||||
block_compressor.close()
|
||||
block_compressor.close()?;
|
||||
Ok(())
|
||||
})?;
|
||||
|
||||
Ok(StoreWriter {
|
||||
|
||||
Reference in New Issue
Block a user