HBASE-20880 Fix for warning It would fail on the following input in hbase-spark

Signed-off-by: tedyu <yuzhihong@gmail.com>
This commit is contained in:
Artem Ervits 2018-07-12 13:18:07 -04:00 committed by tedyu
parent 3fc23fe930
commit e9fdcff691
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ class TableOutputFormatSuite extends FunSuite with
else
assert(false)
}
case _ => None
}
}