You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/01/28 06:34:43 UTC

[GitHub] QiangCai commented on a change in pull request #3100: [CARBONDATA-3269] Fix ArrayIndexOutOfBoundsException of Range_Column when using KryoSerializer

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 index
   skePartitions: the number of skew 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:
users@infra.apache.org


With regards,
Apache Git Services