You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by GitBox <gi...@apache.org> on 2022/01/27 06:06:00 UTC

[GitHub] [carbondata] kunal642 commented on a change in pull request #4248: [CARBONDATA-4322] Apply local sort task level property for insert

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-unsubscribe@carbondata.apache.org

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