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

    https://github.com/apache/carbondata/pull/2819#discussion_r226863664
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java ---
    @@ -633,6 +622,56 @@ public boolean getBoolean(int rowId) {
        */
       public abstract double getDouble(int rowId);
     
    +
    +
    +
    +
    +  /**
    +   * Get byte value at rowId
    +   */
    +  public abstract byte[] getByteData();
    --- End diff --
    
    removed


---

Reply via email to