mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
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;
|
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;
|
static final int DELAY_BETWEEN_EVENTS_SECS = 4;
|
||||||
final String TIME_PLACEHOLDER = "YYYY-MM-DDTHH:MM:SS";
|
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");
|
static final DateTimeFormatter EVENT_FMT = DateTimeFormat.forPattern("yyyy-MM-dd'T'HH:mm:ss");
|
||||||
// format for the querying interval
|
// format for the querying interval
|
||||||
private static final DateTimeFormatter INTERVAL_FMT = DateTimeFormat.forPattern("yyyy-MM-dd'T'HH:mm:'00Z'");
|
private static final DateTimeFormatter INTERVAL_FMT = DateTimeFormat.forPattern("yyyy-MM-dd'T'HH:mm:'00Z'");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user