Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.0
-
None
Description
This is part of https://github.com/apache/spark/pull/41705.
Wrap the exception during the loading state, to assign error class properly. With assigning error class, we can classify the errors which help us to determine what errors customers are struggling much. StateStoreProvider.getStore() & StateStoreProvider.getReadStore() is the entry point.
This ticket also covers failedToReadDeltaFileError and failedToReadSnapshotFileError from https://issues.apache.org/jira/browse/SPARK-36305.