Github user kumarvishal09 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2402#discussion_r197630595
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
---
@@ -482,7 +482,7 @@ public String getTableUniqueName() {
* @return
*/
public boolean isLocalDictionaryEnabled() {
- return isLocalDictionaryEnabled;
--- End diff --
Currently Query part is not handled, so query will fail if local dictionary
is enabled. I am working on the same
---