v4.0.1
We are excited to announce the release of Delta Lake 4.0.1! This release contains important bug fixes to 4.0.0 and it is recommended that users update to 4.0.1.
Highlights
- [Spark] Breaking change: rename managed table feature from
catalogOwned-previewtocatalogManaged; legacyucTableIdhas also transitioned to the new managed-tableio.unitycatalog.tableId - [Spark] Unity Catalog OAuth: add OAuth authentication via catalog-scoped
auth.*configs; tokens are acquired and refreshed automatically; static tokens remain supported. - [Spark] Unity Catalog managed table table creation: enable creating UC-managed Delta table and always send table properties to the UC server as source of truth.
- [Spark] Spark compatibility fix: addressed
NoSuchMethodErrorinREORG TABLE … APPLY (PURGE)when running with Spark 4.0.1.