Indhumathi27 commented on a change in pull request #4248:
URL: https://github.com/apache/carbondata/pull/4248#discussion_r798221604
##########
File path:
integration/spark/src/main/scala/org/apache/spark/sql/execution/command/management/CommonLoadUtils.scala
##########
@@ -1208,3 +1228,46 @@ object CommonLoadUtils {
segmentMetaDataInfo
}
}
+
+/**
+ * It unwraps partition from DataLoadPartitionWrap
+ */
+class DataLoadCoalescedUnwrapRDD[T: ClassTag](@transient var prev: RDD[T])
Review comment:
please add comments for this wrapper class for better understanding
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]