mirror of
https://github.com/apache/druid.git
synced 2025-02-26 13:16:30 +00:00
RealtimeIndexTask: Fix minTime serialization
This commit is contained in:
parent
4c4d30cf66
commit
7da1466340
@ -366,6 +366,12 @@ public class RealtimeIndexTask extends AbstractTask
|
||||
return segmentGranularity;
|
||||
}
|
||||
|
||||
@JsonProperty
|
||||
public DateTime getMinTime()
|
||||
{
|
||||
return minTime;
|
||||
}
|
||||
|
||||
public static class TaskActionSegmentPublisher implements SegmentPublisher
|
||||
{
|
||||
final Task task;
|
||||
|
Loading…
x
Reference in New Issue
Block a user