Skip to content

Commit 7558d9c

Browse files
committed
convert a var to val in HBasePartitioner
1 parent 8bddb96 commit 7558d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/apache/spark/sql/hbase/HBasePartitioner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object HBasePartitioner {
2727
}
2828
}
2929

30-
class HBasePartitioner (var splitKeys: Array[HBaseRawType]) extends Partitioner {
30+
class HBasePartitioner (val splitKeys: Array[HBaseRawType]) extends Partitioner {
3131
import HBasePartitioner.HBaseRawOrdering
3232

3333
type t = HBaseRawType

0 commit comments

Comments
 (0)