mirror of https://github.com/apache/druid.git
fix broken build (#11727)
This commit is contained in:
parent
5c3f3da146
commit
3c487ff5b4
|
@ -624,7 +624,8 @@ public class SinglePhaseSubTask extends AbstractBatchSubtask implements ChatHand
|
|||
getTaskCompletionUnparseableEvents(),
|
||||
getTaskCompletionRowStats(),
|
||||
errorMsg,
|
||||
false // not applicable for parallel subtask
|
||||
false, // not applicable for parallel subtask
|
||||
segmentAvailabilityWaitTimeMs
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue