From 10b1598e6851b4f70afa7eb975607cb9542fea98 Mon Sep 17 00:00:00 2001 From: Nga Tran Date: Fri, 3 Dec 2021 09:20:12 -0500 Subject: [PATCH] refactor: remove comments --- data_types/src/chunk_metadata.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/data_types/src/chunk_metadata.rs b/data_types/src/chunk_metadata.rs index 8cc1f7d2d8..5faf33f9d4 100644 --- a/data_types/src/chunk_metadata.rs +++ b/data_types/src/chunk_metadata.rs @@ -147,10 +147,6 @@ pub struct ChunkSummary { /// Is there any outstanding lifecycle action for this chunk? pub lifecycle_action: Option, - // 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 pub memory_bytes: usize,