An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
Remove engine references from TableConfig APIs. We don't actually need it, and it muddles our APIs, making us pass engine references everywhere. Clean up code along the way.
Which Delta project/connector is this regarding?
Description
Remove
engine
references fromTableConfig
APIs. We don't actually need it, and it muddles our APIs, making us passengine
references everywhere. Clean up code along the way.How was this patch tested?
Existing UTs.
Does this PR introduce any user-facing changes?
No.