Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
eason-yuchen-liu committed Jun 11, 2024
1 parent 1656580 commit 61dea35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ trait StateStoreProvider {
new WrappedReadStateStore(getStore(version))

/**
* This is an optional method, used by snapshotBatchId option when reading state as data source.
*
* This is an optional method, used by snapshotStartBatchId option when reading state as data
* source.
* Return an instance of [[ReadStateStore]] representing state data of the given version.
* The State Store will be constructed from the batch at startVersion, and applying delta files
* up to the endVersion. If there is no snapshot file of batch startVersion, an exception will
Expand Down

0 comments on commit 61dea35

Please sign in to comment.