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 catalog table to DeltaLog API call sites #3862

Closed ctring closed 1 week ago

ctring commented 1 week ago

Which Delta project/connector is this regarding?

Description

This PR changes the API of the DeltaLog to take in an extra parameter for table catalog and switching some call sites (more to come) to use the new API version.

Delta log API changes

How was this patch tested?

Unit tests

Does this PR introduce any user-facing changes?

No