Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeet-db committed Jul 10, 2024
1 parent ed0a349 commit 949911e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ case class DeltaCommitFileProvider(
}
}

/**
* Lists unbackfilled delta files in a sorted order without incurring additional IO operations.
*/
def listSortedUnbackfilledDeltaFiles(startVersionOpt: Option[Long] = None): Seq[(Long, Path)] = {
val minVersion = startVersionOpt.getOrElse(minUnbackfilledVersion)
uuids
Expand Down

0 comments on commit 949911e

Please sign in to comment.