[ISSUE-918][BUG] Utils.toStatus code is not complete (#920)
This commit is contained in:
parent
b1c1961e60
commit
2e48cdfdf8
@ -878,6 +878,10 @@ object Utils extends Logging {
|
||||
StatusCode.HARD_SPLIT
|
||||
case 22 =>
|
||||
StatusCode.SOFT_SPLIT
|
||||
case 23 =>
|
||||
StatusCode.STAGE_END_TIME_OUT
|
||||
case 24 =>
|
||||
StatusCode.SHUFFLE_DATA_LOST
|
||||
case _ =>
|
||||
null
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user