Github user kumarvishal09 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2209#discussion_r184916986
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/datatypes/GenericDataType.java
---
@@ -71,6 +71,8 @@ void writeByteArray(T input, DataOutputStream
dataOutputStream)
*/
void setSurrogateIndex(int surrIndex);
+ Boolean getIsColumnDictionary();
--- End diff --
change this to boolean isDictionaryEncoded()---
