akashrn5 commented on a change in pull request #3386: [WIP] : Pre-priming cache
URL:
https://github.com/apache/carbondata/pull/3386#discussion_r326515294
##########
File path: core/src/main/java/org/apache/carbondata/core/util/CarbonProperties.java
##########
@@ -1684,6 +1684,18 @@ public boolean isDistributedPruningEnabled(String dbName, String tableName) {
return isServerEnabledByUser;
}
+ /**
+ * Check whether the pre-priming is enabled by the user or not.
+ */
+ public boolean isIndexServerPrePrimingEnabled() {
+ // Check if user has enabled/disabled the use of pre-priming for index server
Review comment:
remove this comment, and update the method comment
----------------------------------------------------------------
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