jackylk commented on a change in pull request #3653: [CARBONDATA-3665] Support
TimeBased Cache expiration using ExpiringMap
URL: https://github.com/apache/carbondata/pull/3653#discussion_r392245106
##########
File path:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
##########
@@ -2406,4 +2406,15 @@ private CarbonCommonConstants() {
public static final String BUCKET_COLUMNS = "bucket_columns";
public static final String BUCKET_NUMBER = "bucket_number";
+ /**
+ * property for table level cache expiration
Review comment:
```suggestion
* Table property name for table level cache expiration. Carbon maintains
index cache in driver side and the cache will be expired after seconds
indicated by this table property
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services