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.22k stars 1.62k forks source link

[Spark] Rename managed commit to coordinated commits #3237

Closed dhruvarya-db closed 1 week ago

dhruvarya-db commented 2 weeks ago

Which Delta project/connector is this regarding?

Description

Renames Managed Commit to Coordinated Commits and Commit Owner to Commit Coordinator to better express the meaning of the feature. Configs, table feature name, classes, functions, comments, file names, and directory names have all been updated to reflect the new terminology.

How was this patch tested?

Existing tests should cover these changes.

Does this PR introduce any user-facing changes?

Yes, the feature name and config names have changed.