Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2863#discussion_r233338236
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -2006,6 +2006,12 @@ private CarbonCommonConstants() {
*/
public static final String CARBON_WRITTEN_BY_APPNAME =
"carbon.writtenby.app.name";
+ /**
+ * When more global dictionary columns are there then there is issue in
generating codegen to them
--- End diff --
Is it only valid for table with global dictionary, or for normal table also?
---