Skip to content

Conversation

@gty404
Copy link
Contributor

@gty404 gty404 commented Oct 20, 2025

This commit implements the core TableMetadataBuilder pattern following the established design from the previous session.

Pattern established:

  1. Builder validates input and collects errors (no exceptions)
  2. Changes are tracked for serialization
  3. Requirements generated for optimistic concurrency
  4. Build() validates metadata consistency before returning

@gty404 gty404 force-pushed the table-metadata-builder branch 3 times, most recently from b76a06c to 95eba34 Compare October 21, 2025 01:24
This commit implements the core TableMetadataBuilder pattern following the
established design from the previous session.

Pattern established:
1. Builder validates input and collects errors (no exceptions)
2. Changes are tracked for serialization
3. Requirements generated for optimistic concurrency
4. Build() validates metadata consistency before returning
@gty404 gty404 force-pushed the table-metadata-builder branch from 95eba34 to 9825bd3 Compare October 21, 2025 02:07
@wgtmac wgtmac merged commit 10cc2e0 into apache:main Oct 27, 2025
10 checks passed
@gty404 gty404 deleted the table-metadata-builder branch November 4, 2025 14:15
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