Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
eason-yuchen-liu committed Jun 17, 2024
1 parent fe9cea1 commit 3f266c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,8 @@ private[sql] class HDFSBackedStateStoreProvider extends StateStoreProvider with
case None =>
logWarning(
log"The state for version ${MDC(LogKeys.FILE_VERSION, startVersion)} doesn't " +
log"exist in loadedMaps. Reading snapshot file and delta files if needed..." +
log"Note that this is normal for the first batch of starting query.")
log"exist in loadedMaps. Reading snapshot file and delta files if needed..." +
log"Note that this is normal for the first batch of starting query.")
loadedMapCacheMissCount.increment()
readSnapshotFile(startVersion)
}
Expand Down

0 comments on commit 3f266c1

Please sign in to comment.