We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eea6d9 commit f45f788Copy full SHA for f45f788
src/main/scala/org/apache/spark/sql/hbase/CheckDirEndPointImpl.scala
@@ -46,7 +46,7 @@ class CheckDirEndPointImpl
46
47
override def start(env: CoprocessorEnvironment) = {
48
env match {
49
- case e: RegionCoprocessorEnvironment => e
+ case e: RegionCoprocessorEnvironment =>
50
case _ => throw new CoprocessorException("Must be loaded on a table region!")
51
}
52
0 commit comments