[ISSUE-918][BUG] Utils.toStatus code is not complete (#920)

This commit is contained in:
Angerszhuuuu 2022-11-04 14:58:07 +08:00 committed by GitHub
parent b1c1961e60
commit 2e48cdfdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}