Skip to content

Commit

Permalink
reflect feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSaVioR committed Oct 12, 2024
1 parent d731a1e commit ebdb78d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ abstract class StreamingJoinSuite
// just make sure the query have no leftover data
q.processAllAvailable()

// By default, it reads the state store from lastest committed batch.
// (Do we have a case where we have to look back on testing?)
// By default, it reads the state store from latest committed batch.
val stateStoreDf = spark.read.format("statestore")
.option(StateSourceOptions.JOIN_SIDE, joinSide)
.option(StateSourceOptions.PATH, checkpointLoc)
Expand Down

0 comments on commit ebdb78d

Please sign in to comment.