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 8bddb96 commit 7558d9cCopy full SHA for 7558d9c
src/main/scala/org/apache/spark/sql/hbase/HBasePartitioner.scala
@@ -27,7 +27,7 @@ object HBasePartitioner {
27
}
28
29
30
-class HBasePartitioner (var splitKeys: Array[HBaseRawType]) extends Partitioner {
+class HBasePartitioner (val splitKeys: Array[HBaseRawType]) extends Partitioner {
31
import HBasePartitioner.HBaseRawOrdering
32
33
type t = HBaseRawType
0 commit comments