anishshri-db commented on code in PR #46944:
URL: https://github.com/apache/spark/pull/46944#discussion_r1640163476
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStoreErrors.scala:
##########
@@ -255,6 +255,22 @@ class StateStoreValueSchemaNotCompatible(
"storedValueSchema" -> storedValueSchema,
"newValueSchema" -> newValueSchema))
+class StateStoreSnapshotFileNotFound(fileToRead: String, clazz: String)
Review Comment:
Can we add wrapper functions similar to
https://github.com/apache/spark/pull/46944/files#diff-ca7eb6e6ff6a5638afe83d942081e806e8c592ea0941057a4bf501fc2172824fR147
and use those in the callers ?
--
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]