refactor: Update read_buffer/src/lib.rs
Co-authored-by: Andrew Lamb <alamb@influxdata.com>pull/24376/head
parent
23f27e10fa
commit
1d972e01c8
|
@ -369,7 +369,7 @@ pub struct Partition {
|
||||||
// The partition's key
|
// The partition's key
|
||||||
key: String,
|
key: String,
|
||||||
|
|
||||||
// The collection of chunks in the database. Each chunk is uniquely
|
// The collection of chunks in the partition. Each chunk is uniquely
|
||||||
// identified by a chunk id.
|
// identified by a chunk id.
|
||||||
chunks: BTreeMap<u32, Chunk>,
|
chunks: BTreeMap<u32, Chunk>,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue