[GitHub] [carbondata] dhatchayani 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.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] dhatchayani 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.

GitBox
dhatchayani 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_r293330320
 
 

 ##########
 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:
   compactionModel holds the details of the already existing segemnts. not the newly compacted segments. so need to read it again

----------------------------------------------------------------
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