Skip to content

Commit

Permalink
dt/datalake: Integration testing for schema compat integration
Browse files Browse the repository at this point in the history
test that:
- table schema updates work
- valid evolved schemas are backwards compatible w/ historical rows
- adding columns never read existing values from another column

todo:
- dropping a column does not change the values in any other column
- updating a column or field does not change values in any other column
- changing the order of columns or fields in a struct does not change the
  values associated with a column or field name

Signed-off-by: Oren Leiman <[email protected]>
  • Loading branch information
oleiman committed Jan 22, 2025
1 parent c660f91 commit c94cf84
Showing 1 changed file with 508 additions and 4 deletions.
Loading

0 comments on commit c94cf84

Please sign in to comment.