Closed istreeter closed 6 days ago
See snowplow/schema-ddl#213
When a schema is evolved (e.g. from 1-0-0 to 1-0-1) we create a merged struct column combining fields from new and old schema.
1-0-0
1-0-1
For some loaders it is important that newly-added nested fields come after the original fields. E.g. Lake Loader with Hudi and Glue sync enabled.
See snowplow/schema-ddl#213
When a schema is evolved (e.g. from
1-0-0
to1-0-1
) we create a merged struct column combining fields from new and old schema.For some loaders it is important that newly-added nested fields come after the original fields. E.g. Lake Loader with Hudi and Glue sync enabled.