mirror of https://github.com/apache/druid.git
fixup build.
This commit is contained in:
parent
82dd841f7b
commit
e5e558c0d3
|
@ -425,6 +425,8 @@ public class IndexerSQLMetadataStorageCoordinator implements IndexerMetadataStor
|
||||||
throw new IllegalArgumentException("start/end metadata pair must be either null or non-null");
|
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).
|
// Find which segments are used (i.e. not overshadowed).
|
||||||
final Set<DataSegment> usedSegments = new HashSet<>();
|
final Set<DataSegment> usedSegments = new HashSet<>();
|
||||||
List<TimelineObjectHolder<String, DataSegment>> segmentHolders =
|
List<TimelineObjectHolder<String, DataSegment>> segmentHolders =
|
||||||
|
|
Loading…
Reference in New Issue