Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2611#discussion_r208145664
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/loading/row/IntermediateSortTempRow.java
---
@@ -31,6 +25,7 @@
private int[] dictSortDims;
private byte[][] noDictSortDims;
private byte[] noSortDimsAndMeasures;
+ private Object[] measures;
--- End diff --
Add comment why it is needed---
