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

    https://github.com/apache/carbondata/pull/1359#discussion_r143741467
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockletDataMapFactory.java
 ---
    @@ -219,4 +225,27 @@ public DataMapMeta getMeta() {
         // TODO: pass SORT_COLUMNS into this class
         return null;
       }
    +
    +  @Override public SegmentProperties getSegmentProperties(String 
segmentId) throws IOException {
    +    SegmentProperties segmentProperties = null;
    --- End diff --
    
    Done.


---

Reply via email to