xuanyuanking commented on a change in pull request #32933: URL: https://github.com/apache/spark/pull/32933#discussion_r661497530
########## File path: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDBFileManager.scala ########## @@ -295,6 +385,16 @@ class RocksDBFileManager( logInfo(s"Copied $filesCopied files ($bytesCopied bytes) from DFS to local.") } + /** Get the SST files required for a version from the version zip file in DFS */ + private def getImmutableFilesFromVersionZip(version: Long): Seq[RocksDBImmutableFile] = { + Utils.deleteRecursively(localTempDir) Review comment: Yes, the `localTempDir` is only used for unzip files. -- 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