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] Passing TableIdentifier from CheckpointHook to commit coordinator client #3695

Closed ctringdb closed 2 months ago

ctringdb commented 2 months ago

Which Delta project/connector is this regarding?

Description

As part of the effort to make commit coordinator client aware of the table identifier, this PR handles the code path going from the checkpoint hook to the commit coordinator client.

How was this patch tested?

Ran existing unit tests

Does this PR introduce any user-facing changes?

No