Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2297#discussion_r187539412
--- Diff:
core/src/main/java/org/apache/carbondata/core/scan/complextypes/PrimitiveQueryType.java
---
@@ -46,6 +49,8 @@
private boolean isDictionary;
+ private DirectDictionaryGenerator directDictionaryGenerator;
--- End diff --
change name to `directDictGenForDate`---
