QiangCai commented on a change in pull request #3100: [CARBONDATA-3269] Fix ArrayIndexOutOfBoundsException of Range_Column when using KryoSerializer
URL:
https://github.com/apache/carbondata/pull/3100#discussion_r251294123
##########
File path: integration/spark-common/src/main/scala/org/apache/spark/DataSkewRangePartitioner.scala
##########
@@ -202,7 +202,7 @@ class DataSkewRangePartitioner[K: Ordering : ClassTag, V](
}
}
- private val skewPartitions: Int = if (skewCount == 0) {
+ private var skewPartitions: Int = if (skewCount == 0) {
Review comment:
shewCount: the count of shew ranges
skewPartitions: the number of skew partitions
for one skew range, it will have more than one partitions.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services