jackylk commented on a change in pull request #3502: [CARBONATA-3605] Remove
global dictionary feature
URL: https://github.com/apache/carbondata/pull/3502#discussion_r361824649
##########
File path:
core/src/main/java/org/apache/carbondata/core/datastore/page/encoding/DefaultEncodingFactory.java
##########
@@ -77,7 +76,6 @@ public ColumnPageEncoder createEncoder(TableSpec.ColumnSpec
columnSpec, ColumnPa
private ColumnPageEncoder createEncoderForDimension(TableSpec.DimensionSpec
columnSpec,
ColumnPage inputPage) {
switch (columnSpec.getColumnType()) {
- case GLOBAL_DICTIONARY:
case DIRECT_DICTIONARY:
Review comment:
Yes, if we can think of a good name, we can consider it in another PR
----------------------------------------------------------------
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