Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2307#discussion_r202251585
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/util/CarbonLoaderUtil.java
---
@@ -1085,11 +1085,11 @@ public static Long
addDataIndexSizeIntoMetaEntry(LoadMetadataDetails loadMetadat
* @return
* @throws IOException
*/
- public static String mergeIndexFilesinPartitionedSegment(String
segmentId, CarbonTable table)
- throws IOException {
+ public static String mergeIndexFilesinPartitionedSegment(String
segmentId, String uuid,
+ CarbonTable table) throws IOException {
--- End diff --
make this as the first argument
---