Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public static ChronoUnit convertGranularityToChrono(String granularity) {
* @param columnPattern If schema type of @columnName is String @columnPattern is used to parse it
* to a timestamp. columnPattern should always represent a valid DateTimeFormat
* @param granularity time granularity in Hour, Day, Month, Year
* @param count granularity count representing retention timeline for @fqtn records
* @param count count representing retention timeline for @fqtn records
*/
public void runRetention(
String fqtn, String columnName, String columnPattern, String granularity, int count) {
Expand Down
Loading