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, part 2 #3804

Closed ctring closed 1 week ago

ctring commented 4 weeks ago

Which Delta project/connector is this regarding?

Description

Fix a number of code paths where we want to pass table identifier to the commit coordinator client via the update method of DeltaLog

How was this patch tested?

unit tests

Does this PR introduce any user-facing changes?

No