liquibase / liquibase-databricks

Apache License 2.0
26 stars 7 forks source link

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

Closed filipelautert closed 2 months ago

filipelautert commented 2 months ago

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.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud