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

[DAT-17952] Add support for ARRAY, MAP and Struct datatypes #181

Merged
merged 4 commits into from
Sep 16, 2024

Conversation

filipelautert
Copy link
Contributor

@filipelautert filipelautert commented Sep 9, 2024

Add support to allow snapshotting ARRAY, MAP and STRUCT datatypes .
Liquibase core does not know how to handle values between <> in the data type, so we would need to create infinite type options as you can have an array of struct with maps and arrays and etc.
To implement it we just ignore our datatypes and pass forward the type provided by Databricks.

@filipelautert filipelautert self-assigned this Sep 9, 2024
@filipelautert filipelautert changed the title [DAT-17952] Add support for ARRAY, MAP and Struct statypes [DAT-17952] Add support for ARRAY, MAP and Struct datatypes Sep 9, 2024
@filipelautert filipelautert marked this pull request as ready for review September 9, 2024 20:25
Copy link

sonarcloud bot commented Sep 11, 2024

@KushnirykOleh KushnirykOleh merged commit 141294b into main Sep 16, 2024
14 of 15 checks passed
@KushnirykOleh KushnirykOleh deleted the DAT-17952 branch September 16, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants