ajantha-bhat commented on a change in pull request #3595: [CARBONDATA-3674]
remove Encoding.DICTIONARY and Encoding.DIRECT_DICTIONARY usage
URL: https://github.com/apache/carbondata/pull/3595#discussion_r372821631
##########
File path:
core/src/main/java/org/apache/carbondata/core/datastore/TableSpec.java
##########
@@ -103,7 +102,7 @@ private void addDimensions(List<CarbonDimension>
dimensions) {
} else {
noSortNoDictDimSpec.add(spec);
}
- } else if (dimension.isDirectDictionaryEncoding()) {
Review comment:
CarbonDimension has isGlobalDictionaryEncoding and
isDirectDictionaryEncoding, please remove both the methods and handle the
callers
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services