Skip to content

Remove CCv1 DDL validation surface#6771

Open
xzhseh wants to merge 1 commit into
delta-io:masterfrom
xzhseh:zihao-xu_data/ccv1-dep-b1-rm-cc-validation
Open

Remove CCv1 DDL validation surface#6771
xzhseh wants to merge 1 commit into
delta-io:masterfrom
xzhseh:zihao-xu_data/ccv1-dep-b1-rm-cc-validation

Conversation

@xzhseh
Copy link
Copy Markdown
Collaborator

@xzhseh xzhseh commented May 13, 2026

Description

Removes the CCv1 (Coordinated Commits v1) DDL validation surface from Delta. The validation logic this PR removes guarded property changes on CCv1 tables at DDL time (create, replace, alter, clone). With CCv1 deprecated in favor of catalog-owned coordination, the validations are no longer reachable in OSS and the corresponding helpers and test suites can be deleted.

Specifically:

  • CoordinatedCommitsUtils: removes the DDL-time validation helpers and the surrounding plumbing (called from OptimisticTransaction, CloneTableBase, CreateDeltaTableCommand, and alterDeltaTableCommands). The remaining catalog-owned validation continues to live in CatalogOwnedTableUtils and is unchanged.
  • CoordinatedCommitsPropertySuiteBase and CoordinatedCommitsUtilsSuite: deleted in full since their coverage was specific to the removed validation paths.
  • CoordinatedCommitsSuite: trims the tests that asserted the removed validation behavior; the remaining tests cover commit coordinator wiring and stay.

How was this patch tested?

The retained tests in CoordinatedCommitsSuite exercise the remaining commit coordinator wiring. CatalogOwnedEnablementSuite covers the validation path that is the long-term replacement.

Does this PR introduce any user-facing changes?

No.

Copy link
Copy Markdown
Contributor

@ctring ctring left a comment

Choose a reason for hiding this comment

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

Thanks for cleaning this up!

@murali-db murali-db force-pushed the zihao-xu_data/ccv1-dep-b1-rm-cc-validation branch from bcaeb98 to 3c90c1f Compare May 13, 2026 17:48
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