Github user KanakaKumar commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1972#discussion_r168696420
--- Diff:
integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDropPartitionRDD.scala
---
@@ -59,10 +61,12 @@ class CarbonDropPartitionRDD(
val iter = new Iterator[String] {
val split = theSplit.asInstanceOf[CarbonDropPartition]
logInfo("Dropping partition information from : " + split.segmentPath)
-
+ partitions.toList.asJava
--- End diff --
Please remove this unused code
---