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

Support custom composite field deletion #6320

Merged
merged 3 commits into from
Jul 18, 2024
Merged

Conversation

ijreilly
Copy link
Collaborator

as per title
Fixes #6033 and closes #4841

@@ -34,7 +34,7 @@ export function computeColumnName<T extends FieldMetadataType | 'default'>(

if (isCompositeFieldMetadataType(fieldMetadataOrFieldName.type)) {
throw new FieldMetadataException(
`Cannot compute composite column name for non-composite field metadata type: ${fieldMetadataOrFieldName.type}`,
`Cannot compute composite column name for field: ${fieldMetadataOrFieldName.type}`,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

just thought the message before was not clear

Copy link
Member

@Weiko Weiko left a comment

Choose a reason for hiding this comment

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

LGTM, good job! 👏 @ijreilly

@ijreilly ijreilly merged commit a4e82d6 into main Jul 18, 2024
11 of 14 checks passed
@ijreilly ijreilly deleted the delete-composite-fields branch July 18, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants