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

    https://github.com/apache/carbondata/pull/2654#discussion_r214313592
  
    --- Diff: 
processing/src/main/java/org/apache/carbondata/processing/loading/sort/SortStepRowHandler.java
 ---
    @@ -240,8 +258,44 @@ public IntermediateSortTempRow 
readWithNoSortFieldConvert(
         return new IntermediateSortTempRow(dictSortDims, 
noDictSortDims,measure);
       }
     
    +  /**
    +   * Read the data from the stream
    +   *
    +   * @param inputStream
    +   * @param idx
    +   * @return
    +   * @throws IOException
    +   */
    +  private Object readDataFromStream(DataInputStream inputStream, int idx) 
throws IOException {
    --- End diff --
    
    For measures, it will always be packed/unpacked to/from bytebuffer


---

Reply via email to