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

    https://github.com/apache/carbondata/pull/2417#discussion_r200964076
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/datastore/page/ColumnPage.java ---
    @@ -141,7 +141,7 @@ private static ColumnPage 
createFixLengthByteArrayPage(TableSpec.ColumnSpec colu
             throw new RuntimeException(e);
           }
         } else {
    -      return new SafeFixLengthColumnPage(columnSpec, dataType, pageSize, 
eachValueSize);
    +      return new SafeFixLengthColumnPage(columnSpec, dataType, pageSize);
    --- End diff --
    
    This should not be removed.


---

Reply via email to