You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/09/12 04:12:57 UTC

[GitHub] [carbondata] ajantha-bhat commented on a change in pull request #3380: [CARBONDATA-3515] Limit local dictionary size to 16MB and allow configuration.

ajantha-bhat commented on a change in pull request #3380: [CARBONDATA-3515] Limit local dictionary size to 16MB and allow configuration.
URL: https://github.com/apache/carbondata/pull/3380#discussion_r323548953
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/util/CarbonProperties.java
 ##########
 @@ -1789,4 +1789,30 @@ public static Boolean getQueryPrefetchEnable() {
       return !prefetchEnable.equalsIgnoreCase("false");
     }
   }
+
+  /**
+   * get local dictionary size threshold in mb.
+   *
+   * @return local dictionary size threshold in mb.
+   */
+  public static int getLocalDictionarySizeThresholdInMB() {
 
 Review comment:
   done

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services