Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/842#discussion_r116008367
--- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/NewCarbonDataLoadRDD.scala ---
@@ -566,3 +566,82 @@ class LazyRddIterator(serializer: SerializerInstance,
}
}
+
+/*
+ * It loads the data to carbon from DataFrom for partition table
+ * @see org.apache.carbondata.processing.newflow.DataLoadExecutor
+ */
+class DataLoaderForPartitionTableRDD[K, V](
--- End diff --
name to `PartitionTableDataLoaderRDD`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at
[hidden email] or file a JIRA ticket
with INFRA.
---