Skip to content

feat: better support of single table design #736

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

Merged
merged 6 commits into from
Feb 27, 2024

Conversation

ajewellamz
Copy link
Contributor

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ajewellamz ajewellamz requested a review from a team as a code owner February 15, 2024 19:40
Comment on lines 135 to 141
public Builder schemaOnEncrypt(TableSchema<?> schemaOnEncrypt) {
this.schemaOnEncrypt = schemaOnEncrypt;
if (Objects.isNull(this.schemaOnEncrypt())) {
this.schemaOnEncrypt = new ArrayList();
}
this.schemaOnEncrypt.add(schemaOnEncrypt);
return this;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

💯

Copy link
Contributor

@texastony texastony left a comment

Choose a reason for hiding this comment

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

One comment/suggestion on your documentation.
I am not smart enough to reason about this change without pulling it down
and running through the code in an IDE.
I will do that on Monday and post a review then.

@ajewellamz ajewellamz changed the base branch from ajewell/more-context to main February 17, 2024 01:10
@ajewellamz ajewellamz changed the base branch from main to ajewell/more-context February 17, 2024 01:11
@ajewellamz ajewellamz merged commit 37fa00b into ajewell/more-context Feb 27, 2024
@ajewellamz ajewellamz deleted the single-table branch February 27, 2024 18:24
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.

3 participants