delta
delta copied to clipboard
[Spark] Handle case when Checkpoints.findLastCompleteCheckpoint is passed MAX_VALUE
Which Delta project/connector is this regarding?
- [X] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)
Description
Fixes an issue where Checkpoints.findLastCompleteCheckpoint
goes into an almost infinite loop if it is passed a Checkpoint.MAX_VALUE.
How was this patch tested?
UT
Does this PR introduce any user-facing changes?
No