KanakaKumar commented on a change in pull request #3262: [CARBONDATA-3415]
Merge index is not working for partition table. Merge index for partition table
is taking significantly longer time than normal table.
URL: https://github.com/apache/carbondata/pull/3262#discussion_r293302043
##########
File path:
integration/spark2/src/main/scala/org/apache/spark/util/MergeIndexUtil.scala
##########
@@ -52,9 +52,17 @@ object MergeIndexUtil {
CarbonCommonConstants.LOAD_FOLDER.length)
mergedSegmentIds.add(loadName)
})
+ val loadFolderDetailsArray = SegmentStatusManager
Review comment:
Avoid reading the table status file. CompactionModel already holds the
loaddetails
----------------------------------------------------------------
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