* refactor: move persisted files out of segment state This refactors persisted parquet files out of the SegmentState into a new struct PersistedParquet files. The intention is to have SegmentState be only for the active write buffer that has yet to be persisted to Parquet files in object storage. Persisted files will then be accessible throughout the system without having to touch the active in-flight write buffer. * refactor: pr feedback cleanup |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |