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:
parent
3fc23fe930
commit
e9fdcff691
|
@ -124,6 +124,7 @@ class TableOutputFormatSuite extends FunSuite with
|
|||
else
|
||||
assert(false)
|
||||
}
|
||||
case _ => None
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue