Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonport-db committed Sep 11, 2024
1 parent b4b03a7 commit 6f5dea7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ private static CloseableIterator<FileStatus> listLogDir(
*/
private static List<FileStatus> listCommitFiles(
Engine engine, Path tablePath, long startVersion, long endVersion) {

// TODO update to support coordinated commits; suggested to load the Snapshot at endVersion
// and get the backfilled/unbackfilled commits from the LogSegment to combine with commit files
// listed from [startVersion, LogSegment.checkpointVersion]
Expand Down

0 comments on commit 6f5dea7

Please sign in to comment.