kunal642 commented on a change in pull request #4248:
URL: https://github.com/apache/carbondata/pull/4248#discussion_r793277711



##########
File path: 
integration/spark/src/main/scala/org/apache/spark/sql/execution/command/management/CommonLoadUtils.scala
##########
@@ -1208,3 +1228,33 @@ object CommonLoadUtils {
     segmentMetaDataInfo
   }
 }
+
+/**
+ *  It unwraps partition from DataLoadPartitionWrap
+ */
+class ConvertRDD[T: ClassTag](@transient var prev: RDD[T]) extends 
RDD[InternalRow](prev) {

Review comment:
       give a more meaningful name to this RDD




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

To unsubscribe, e-mail: dev-unsubscr...@carbondata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to