mirror of https://github.com/apache/druid.git
fix typo (#8745)
This commit is contained in:
parent
09f92818d4
commit
b9d10473a5
|
@ -159,7 +159,7 @@ public abstract class AbstractBatchIndexTask extends AbstractTask
|
|||
}
|
||||
|
||||
/**
|
||||
* The method to acutally process this task. This method is executed in {@link #run(TaskToolbox)}.
|
||||
* The method to actually process this task. This method is executed in {@link #run(TaskToolbox)}.
|
||||
*/
|
||||
public abstract TaskStatus runTask(TaskToolbox toolbox) throws Exception;
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ public abstract class AbstractITRealtimeIndexTaskTest extends AbstractIndexerTes
|
|||
|
||||
static final int DELAY_BETWEEN_EVENTS_SECS = 4;
|
||||
final String TIME_PLACEHOLDER = "YYYY-MM-DDTHH:MM:SS";
|
||||
// format for putting datestamp into events
|
||||
// format for putting timestamp into events
|
||||
static final DateTimeFormatter EVENT_FMT = DateTimeFormat.forPattern("yyyy-MM-dd'T'HH:mm:ss");
|
||||
// format for the querying interval
|
||||
private static final DateTimeFormatter INTERVAL_FMT = DateTimeFormat.forPattern("yyyy-MM-dd'T'HH:mm:'00Z'");
|
||||
|
|
Loading…
Reference in New Issue