mirror of
https://github.com/apache/druid.git
synced 2025-02-09 11:34:54 +00:00
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…
x
Reference in New Issue
Block a user