delta-io / delta

An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
https://delta.io
Apache License 2.0
7.62k stars 1.71k forks source link

[Spark] Remove unused method and do a little refactor in Checkpoints.scala #3874

Closed brkyvz closed 1 week ago

brkyvz commented 1 week ago

Which Delta project/connector is this regarding?

Description

I found an unused method. Removed it, and also did a mini refactor in Checkpoints.scala

How was this patch tested?

Existing unit tests

Does this PR introduce any user-facing changes?

No