micheal-o commented on code in PR #50773: URL: https://github.com/apache/spark/pull/50773#discussion_r2072005461
########## sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDBFileManager.scala: ########## @@ -342,6 +363,8 @@ class RocksDBFileManager( } else { // Delete all non-immutable files in local dir, and unzip new ones from DFS commit file listRocksDBFiles(localDir)._2.foreach(_.delete()) + // TODO: We are using fs here to read the file, checksum verification wouldn't happen Review Comment: done: https://issues.apache.org/jira/browse/SPARK-51988 -- 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