fixup build.

This commit is contained in:
Abhishek Balaji Radhakrishnan 2024-03-14 12:34:35 +05:30
parent 82dd841f7b
commit e5e558c0d3
1 changed files with 2 additions and 0 deletions

View File

@ -425,6 +425,8 @@ public class IndexerSQLMetadataStorageCoordinator implements IndexerMetadataStor
throw new IllegalArgumentException("start/end metadata pair must be either null or non-null");
}
final String dataSource = segments.iterator().next().getDataSource();
// Find which segments are used (i.e. not overshadowed).
final Set<DataSegment> usedSegments = new HashSet<>();
List<TimelineObjectHolder<String, DataSegment>> segmentHolders =