Skip to content

Commit

Permalink
improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJi-db committed Jun 24, 2024
1 parent fa9ab61 commit 67fd4d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ object IcebergTransactionUtils
minOf(logRetention, vacuumRetention)
}

// Converts a calendar interval string to milliseconds
// Converts a string of calendar interval to milliseconds
private def calendarStrToMs(calendarStr: String): Long = {
val interval = parseCalendarInterval(calendarStr)
DeltaConfigs.getMilliSeconds(interval)
Expand Down

0 comments on commit 67fd4d7

Please sign in to comment.