fix broken build (#11727)

This commit is contained in:
Maytas Monsereenusorn 2021-09-21 22:59:51 +07:00 committed by GitHub
parent 5c3f3da146
commit 3c487ff5b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
)
)
);