ravipesala commented on a change in pull request #3182: [WIP] [CARBONDATA-3343] 
Compaction for Range Sort
URL: https://github.com/apache/carbondata/pull/3182#discussion_r277653977
 
 

 ##########
 File path: 
integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonMergerRDD.scala
 ##########
 @@ -342,6 +366,35 @@ class CarbonMergerRDD[K, V](
             updateDetails, updateStatusManager)))) &&
         FileFormat.COLUMNAR_V3.equals(entry.getFileFormat)
       }
+      carbonInputSplits ++:= filteredSplits
+      allSplits.addAll(filteredSplits.asJava)
+    }
+
+    var allRanges: Array[RangeValues] = new 
Array[RangeValues](defaultParallelism)
 
 Review comment:
   Move this to new method

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to