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

Fixes for schema evolution with structs in collections #167

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

bryanck
Copy link
Contributor

@bryanck bryanck commented Nov 29, 2023

This PR fixes schema evolution for list types with struct element types and map types with struct value types. Previously, add column commands were generated for each struct element in the collection. If the collection size was greater than one, then multiple add column commands were generated for the same struct. The schema update would then fail due to duplicate column names.

@bryanck bryanck merged commit 64b824a into main Nov 29, 2023
@bryanck bryanck deleted the converter-tests branch November 29, 2023 16:16
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