Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc][4.0] Add doc for the coordinated commits writer feature #3261

Open
wants to merge 5 commits into
base: branch-4.0-preview1
Choose a base branch
from

Conversation

dhruvarya-db
Copy link
Collaborator

Which Delta project/connector is this regarding?

  • Spark
  • Standalone
  • Flink
  • Kernel
  • Other (Doc)

Description

Documents the Coordinated Commits writer table feature as well as the DynamoDB Commit Coordinator implementation. Describes the process for enabling the feature for tables.

@@ -27,6 +27,7 @@ The following <Delta> features break forward compatibility. Features are enabled
Domain metadata, [Delta Lake 3.0.0](https://github.com/delta-io/delta/releases/tag/v3.0.0),[Domain Metadata Spec](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#domain-metadata)
Clustering, [Delta Lake 3.1.0](https://github.com/delta-io/delta/releases/tag/v3.1.0),[_](/delta-clustering.md)
Type widening (Preview),[Delta Lake 3.2.0](https://github.com/delta-io/delta/releases/tag/v3.2.0),[_](/delta-type-widening.md)
Managed Commit (Preview),[Delta Lake 4.0.0](https://github.com/delta-io/delta/releases/tag/v4.0.0), [_](/delta-managed-commit.md)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Managed Commit (Preview),[Delta Lake 4.0.0](https://github.com/delta-io/delta/releases/tag/v4.0.0), [_](/delta-managed-commit.md)
Coordinated Commits (Preview),[Delta Lake 4.0.0](https://github.com/delta-io/delta/releases/tag/v4.0.0), [_](/delta-coordinated-commits.md)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@@ -27,6 +27,7 @@ The following <Delta> features break forward compatibility. Features are enabled
Domain metadata, [Delta Lake 3.0.0](https://github.com/delta-io/delta/releases/tag/v3.0.0),[Domain Metadata Spec](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#domain-metadata)
Clustering, [Delta Lake 3.1.0](https://github.com/delta-io/delta/releases/tag/v3.1.0),[_](/delta-clustering.md)
Type widening (Preview),[Delta Lake 3.2.0](https://github.com/delta-io/delta/releases/tag/v3.2.0),[_](/delta-type-widening.md)
Coordinated Commits (Preview),[Delta Lake 4.0.0](https://github.com/delta-io/delta/releases/tag/v4.0.0), [_](/delta-managed-commit.md)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The .md file still have managed-commit.

@@ -27,6 +27,7 @@ You can drop the following Delta table features:
- `deletionVectors`. See [_](delta-deletion-vectors.md).
- `typeWidening-preview`. See [_](delta-type-widening.md). Type widening is available in preview in <Delta> 3.2.0 and above.
- `v2Checkpoint`. See [V2 Checkpoint Spec](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#v2-spec). Drop support for V2 Checkpoints is available in <Delta> 3.1.0 and above.
- `coordinatedCommits-preview`. See [_](delta-coordinated-commit.md). Coordinated Commits is available in preview in <Delta> 4.0.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file name is "delta-coordinated-commits.md" and not "delta-coordinated-commit.md" ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants