akkio-97 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_r361927270
##########
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:
Due to the confliction between data types that is - long in carbonScanRDD
and Timestamp in schema, we cannot use the existing API with 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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services