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

[Kernel] [3.3] Remove Coordinated Commits from public API (#3938) #3973

Conversation

scottsand-db
Copy link
Collaborator

Cherry-pick fc81d12 to branch-3.3

- [ ] Spark
- [ ] Standalone
- [ ] Flink
- [X] Kernel
- [ ] Other (fill in here)

We are re-thinking the design of the Coordinated Commits table feature
(currently still in RFC). Thus, we should remove it from the public
Kernel API for Delta 3.3 release.

To summarize the changes of this PR

- I remove `getCommitCoordinatorClientHandler` from the `Engine`
interface
- I move various previously `public` CC interfaces and classes to be
`internal` now
- `SnapshotImpl::getTableCommitCoordinatorClientHandlerOpt` is hardcoded
to return an empty optional
- Delete failing test suites and unapplicable utils

Existing CI tests.

We remove coordinated commits from the public kernel API.
@scottsand-db scottsand-db added this to the 3.3.0 milestone Dec 13, 2024
@scottsand-db scottsand-db self-assigned this Dec 13, 2024
@scottsand-db scottsand-db merged commit 9c967b9 into delta-io:branch-3.3 Dec 13, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants