An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Change the signature from checkpoint(snapshotToCheckpoint, tableIdentifierOpt: Option[TableIdentifier] = None) to checkpoint(snapshotToCheckpoint, catalogTable: Option[CatalogTable] = None)
Description
A minor refactor for checkpoint function
checkpoint(snapshotToCheckpoint, tableIdentifierOpt: Option[TableIdentifier] = None)
tocheckpoint(snapshotToCheckpoint, catalogTable: Option[CatalogTable] = None)
How was this patch tested?
Existing UTs
Does this PR introduce any user-facing changes?
No