vikramahuja1001 commented on a change in pull request #4005:
URL: https://github.com/apache/carbondata/pull/4005#discussion_r530964261
##########
File path:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
##########
@@ -1414,6 +1414,23 @@ private CarbonCommonConstants() {
public static final String BITSET_PIPE_LINE_DEFAULT = "true";
+ /**
+ * this is the user defined time(in days), timestamp subfolders in trash
directory will take
+ * this value as retention time. They are deleted after this time.
+ */
+ @CarbonProperty
+ public static final String CARBON_TRASH_RETENTION_DAYS =
"carbon.trash.retention.days";
+
+ /**
+ * Default retention time of a subdirectory in trash folder is 7 days.
+ */
+ public static final String CARBON_TRASH_RETENTION_DAYS_DEFAULT = "7";
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:
[email protected]