WweiL commented on code in PR #47895:
URL: https://github.com/apache/spark/pull/47895#discussion_r1792588890
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/RocksDB.scala:
##########
@@ -253,13 +270,18 @@ class RocksDB(
* Note that this will copy all the necessary file from DFS to local disk as
needed,
* and possibly restart the native RocksDB instance.
*/
- def load(version: Long, readOnly: Boolean = false): RocksDB = {
+ def load(
+ version: Long,
+ stateStoreCkptId: Option[String] = None,
Review Comment:
This will be added in the follow up PR
https://github.com/apache/spark/pull/48355
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]