Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Sep 17, 2024
1 parent 6099945 commit bdb00fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private MetadataCleanup() {}
* checkpoint is potential candidate to delete later if we find another
* checkpoint
* </ul>
* <li>Step 2: If the timestamp is earlier than the retention period, stop
* <li>Step 2: If the timestamp falls within the retention period, stop
* <li>Step 3: If the file is a delta log file, add it to the `potentialFilesToDelete`
* list
* <li>Step 4: If the file is a checkpoint file, add it to the `lastSeenCheckpointFiles`
Expand Down

0 comments on commit bdb00fd

Please sign in to comment.