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

    https://github.com/apache/carbondata/pull/1179#discussion_r135852370
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockletDataMapFactory.java
 ---
    @@ -84,6 +82,38 @@ public DataMapWriter 
getDataMapWriter(AbsoluteTableIdentifier identifier, String
         }
       }
     
    +  private CarbonFile[] getCarbonIndexFiles(String segmentId) {
    +    String path = identifier.getTablePath() + "/Fact/Part0/Segment_" + 
segmentId;
    +    FileFactory.FileType fileType = FileFactory.getFileType(path);
    +    CarbonFile carbonFile = FileFactory.getCarbonFile(path, fileType);
    --- End diff --
    
    You mean use `FileFactory.getCarbonFile(path)` ? I have changed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to