delta icon indicating copy to clipboard operation
delta copied to clipboard

[Spark] Handle case when Checkpoints.findLastCompleteCheckpoint is passed MAX_VALUE

Open prakharjain09 opened this issue 9 months ago • 0 comments

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

prakharjain09 avatar May 16 '24 04:05 prakharjain09