Skip to content

Commit

Permalink
Fix doc generation in SnapshotManager
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Nov 1, 2023
1 parent f1cea94 commit f5865b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public Snapshot buildLatestSnapshot(TableClient tableClient, Path logPath, Path
/**
* Updates the current `latestSnapshotHint` with the `newHint` if and only if the newHint is
* newer (i.e. has a later table version).
* </p>
* <p>
* This doesn't need to be thread-safe. Suppose the current `latestSnapshotHint` is at version
* N. If three Snapshots (N-1, N+1, N+2) concurrently register their hints, only N+1 and N+2
* will be able to replace the current. And either winning the update is fine.
Expand Down

0 comments on commit f5865b7

Please sign in to comment.