Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2654#discussion_r214047186
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/sort/sortdata/SortParameters.java
---
@@ -88,6 +88,12 @@
private DataType[] measureDataType;
+ private DataType[] noDicDataType;
+
+ private DataType[] noDicSortDataType;
+
+ private DataType[] noDicNoSortDataType;
--- End diff --
write the usage of each type to get a better understanding---
