An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Adds new TableDescriptor and CommitCoordinatorClient API. Adds a new getCommitCoordinatorClient API to the Engine (with a default implementation that throws an exception).
This is a stacked PR. Please view this PR's diff here:
Which Delta project/connector is this regarding?
Description
Adds new
TableDescriptor
andCommitCoordinatorClient
API. Adds a newgetCommitCoordinatorClient
API to theEngine
(with a default implementation that throws an exception).How was this patch tested?
N/A trivial.
Does this PR introduce any user-facing changes?
Yes. See the above.