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] Pass table catalogs throughout DeltaLog #3863

Closed ctring closed 1 week ago

ctring commented 1 week ago

Which Delta project/connector is this regarding?

Description

Previously, we passed the table identifier to the DeltaLog's constructor and methods to use. For future-proof purpose, we should pass the whole catalog table instead.

How was this patch tested?

Unit test

Does this PR introduce any user-facing changes?

No