diff --git a/compactor2/src/components/hardcoded.rs b/compactor2/src/components/hardcoded.rs index 1e5ed70284..0074622068 100644 --- a/compactor2/src/components/hardcoded.rs +++ b/compactor2/src/components/hardcoded.rs @@ -93,9 +93,6 @@ use super::{ /// Get hardcoded components. pub fn hardcoded_components(config: &Config) -> Arc { - // TODO: partitions source: Implementing ID-based sharding / hash-partitioning so we can run multiple compactors in - // parallel. This should be a wrapper around the existing partions source. - let partitions_source: Arc = match &config.partitions_source { PartitionsSourceConfig::CatalogRecentWrites => { Arc::new(CatalogToCompactPartitionsSource::new(