An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Change all relevant APIs of DeltaLog to take in a table identifier and pass this identifier all the way to the commit coordinator. Update OptimisticTransaction to use the new API.
Which Delta project/connector is this regarding?
Description
Change all relevant APIs of
DeltaLog
to take in a table identifier and pass this identifier all the way to the commit coordinator. UpdateOptimisticTransaction
to use the new API.How was this patch tested?
New unit tests
Does this PR introduce any user-facing changes?
No