Github user chenliang613 commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/203#discussion_r81246241 --- Diff: integration/spark/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataLoadRDD.scala --- @@ -462,3 +478,133 @@ class CarbonDataLoadRDD[K, V]( } } +class CarbonRDDDataLoadRDD[K, V]( --- End diff -- Please add needful annotate for new class CarbonRDDDataLoadRDD. (it is difficult to know what is the different of CarbonRDDDataLoadRDD, CarbonDataLoadRDD) Same comments for other place of this PR : please provide needful annotate for new classes and new functions.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---