delta
delta copied to clipboard
[Spark] Make MERGE source materialize depend on checkpointRDDBlockIdNotFoundError error class, not message
Which Delta project/connector is this regarding?
- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
Description
In Spark master, there is now an error code for checkpointRDDBlockIdNotFoundError. Depend on that instead of regexing against a message.
How was this patch tested?
Test adapted.
Does this PR introduce any user-facing changes?
No.