You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by manishgupta88 <gi...@git.apache.org> on 2018/07/13 06:08:58 UTC

[GitHub] carbondata pull request #2307: [CARBONDATA-2482] Pass uuid while writing seg...

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


---