Github user manishgupta88 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1166#discussion_r127131068
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
 ---
    @@ -1308,6 +1308,11 @@
       public static final String CARBON_LEASE_RECOVERY_RETRY_INTERVAL =
           "carbon.lease.recovery.retry.interval";
     
    +  /**
    +   *  Max number of dictionary values that can be given with external 
dictionary
    +   */
    +  public static final int MAX_EXTERNAL_DICTIONARY_SIZE = 10000000;
    --- End diff --
    
    Move this constant to specific file usage as this is not configurable


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to