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/27 11:17:55 UTC

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

xuchuanyin 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_r251231369
 
 

 ##########
 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:
   What does skewPartitions and skewCount mean respectively?

----------------------------------------------------------------
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