manishnalla1994 commented on a change in pull request #3182: [CARBONDATA-3343] Compaction for Range Sort
URL:
https://github.com/apache/carbondata/pull/3182#discussion_r277979142
##########
File path: integration/spark2/src/main/scala/org/apache/carbondata/spark/rdd/CarbonTableCompactor.scala
##########
@@ -146,6 +147,10 @@ class CarbonTableCompactor(carbonLoadModel: CarbonLoadModel,
maxSegmentColCardinality = null,
maxSegmentColumnSchemaList = null,
currentPartitions = partitions)
+ carbonLoadModel.setDateFormat(CarbonProperties.getInstance().
+ getProperty(CarbonCommonConstants.CARBON_DATE_FORMAT))
+ carbonLoadModel.setTimestampformat(CarbonProperties.getInstance().
+ getProperty(CarbonCommonConstants.CARBON_TIMESTAMP_FORMAT))
Review comment:
This was not required anymore so removed it.
----------------------------------------------------------------
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:
[hidden email]
With regards,
Apache Git Services