mirror of https://github.com/apache/druid.git
S3SegmentKiller: Add TODO note
This commit is contained in:
parent
e6a618ca76
commit
f3b04d3f5f
|
@ -52,6 +52,8 @@ public class S3SegmentKiller implements SegmentKiller
|
|||
@Override
|
||||
public List<DataSegment> kill(final String datasource, final Interval interval) throws ServiceException
|
||||
{
|
||||
// TODO -- Awkward for workers to use the DB!
|
||||
|
||||
List<DataSegment> matchingSegments = dbi.withHandle(
|
||||
new HandleCallback<List<DataSegment>>()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue