Github user manishgupta88 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2462#discussion_r202229089
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/writer/CarbonIndexFileMergeWriter.java
 ---
    @@ -155,7 +155,7 @@ private String writeMergeIndexFileBasedOnSegmentFile(
             + CarbonCommonConstants.FILE_SEPARATOR + newSegmentFileName;
         SegmentFileStore.writeSegmentFile(sfs.getSegmentFile(), path);
         SegmentFileStore.updateSegmentFile(table.getTablePath(), segmentId, 
newSegmentFileName,
    -        table.getCarbonTableIdentifier().getTableId());
    +        table.getCarbonTableIdentifier().getTableId(), sfs);
    --- End diff --
    
    change the variable name to segmentFileStore


---

Reply via email to