akashrn5 commented on a change in pull request #3515: [CARBONDATA-3623]: Fixed
global sort compaction failure on timestamp column
URL: https://github.com/apache/carbondata/pull/3515#discussion_r361808788
##########
File path:
integration/spark-common/src/main/scala/org/apache/carbondata/spark/load/DataLoadProcessBuilderOnSpark.scala
##########
@@ -442,7 +442,8 @@ object DataLoadProcessBuilderOnSpark {
.map { row =>
new GenericRow(row.getData.asInstanceOf[Array[Any]])
Review comment:
Here rdd creation is not required, please remove and please give the reason
why we need to use this API instead of existing one in comments.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services