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

    https://github.com/apache/carbondata/pull/2313#discussion_r189246746
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/datastore/chunk/store/impl/safe/SafeVariableLengthDimensionDataChunkStore.java
 ---
    @@ -49,6 +49,32 @@ public SafeVariableLengthDimensionDataChunkStore(boolean 
isInvertedIndex, int nu
         this.dataOffsets = new int[numberOfRows];
       }
     
    +  @Override public byte[] getRow(int rowId) {
    --- End diff --
    
    fixed


---

Reply via email to