vikramahuja1001 commented on a change in pull request #3386: [CARBONDATA-3492] Pre-priming cache
URL:
https://github.com/apache/carbondata/pull/3386#discussion_r327123932
##########
File path: core/src/main/java/org/apache/carbondata/core/util/CarbonProperties.java
##########
@@ -1684,6 +1684,17 @@ public boolean isDistributedPruningEnabled(String dbName, String tableName) {
return isServerEnabledByUser;
}
+ /**
+ * Check if user has enabled/disabled the use of pre-priming for index server
+ */
+ public boolean isIndexServerPrePrimingEnabled() {
+ String configuredValue = getSessionPropertyValue(
+ CarbonCommonConstants.CARBON_INDEXSEVER_ENABLE_PREPRIMING);
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:
[hidden email]
With regards,
Apache Git Services