fix: Remove TODO comment that is now done

pull/24376/head
Carol (Nichols || Goulding) 2023-03-27 14:40:38 -04:00
parent 6cc2f03ea0
commit 5afb9ccb73
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 0 additions and 3 deletions

View File

@ -93,9 +93,6 @@ use super::{
/// Get hardcoded components.
pub fn hardcoded_components(config: &Config) -> Arc<Components> {
// 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<dyn PartitionsSource> = match &config.partitions_source {
PartitionsSourceConfig::CatalogRecentWrites => {
Arc::new(CatalogToCompactPartitionsSource::new(