liviazhu commented on code in PR #52202: URL: https://github.com/apache/spark/pull/52202#discussion_r2331111509
########## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDBFileManager.scala: ########## @@ -1032,7 +1031,7 @@ case class RocksDBCheckpointMetadata( /** Helper class for [[RocksDBCheckpointMetadata]] */ object RocksDBCheckpointMetadata { - val VERSION = SQLConf.get.stateStoreCheckpointFormatVersion + val VERSION = 1 Review Comment: Thanks for catching this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org