refactor: remove comments

pull/24376/head
Nga Tran 2021-12-03 09:20:12 -05:00
parent a03716cd06
commit 10b1598e68
1 changed files with 0 additions and 4 deletions

View File

@ -147,10 +147,6 @@ pub struct ChunkSummary {
/// Is there any outstanding lifecycle action for this chunk? /// Is there any outstanding lifecycle action for this chunk?
pub lifecycle_action: Option<ChunkLifecycleAction>, pub lifecycle_action: Option<ChunkLifecycleAction>,
// todo: I am debating whether to add to_be_created_chunk_id here.
// If we want this to fully reflect CatalogChunk, then we should add it.
// However if we do, we also need to add it to management::Chunk API which I found maybe better to
// go with the other solution https://github.com/influxdata/influxdb_iox/pull/3275#pullrequestreview-821179885
/// The number of bytes used to store this chunk in memory /// The number of bytes used to store this chunk in memory
pub memory_bytes: usize, pub memory_bytes: usize,