You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We considered until today that property removal is not a breaking change as Normalization is not destructive and will not delete the removed column.
But from a record consistency standpoint removing a field leads to record with "fewer" data.
Describe the solution you’d like
Detect field removal in SAT discovery backward compatibility test.
Make the test fail if a field was removed
An new assertion needs to be added to this function.
The text was updated successfully, but these errors were encountered:
alafanechere
changed the title
SAT: make property removal in a stream fail backward compabitility testing
SAT: make property removal in a stream fail backward compatibility testing
Dec 21, 2022
Tell us about the problem you're trying to solve
We considered until today that property removal is not a breaking change as Normalization is not destructive and will not delete the removed column.
But from a record consistency standpoint removing a field leads to record with "fewer" data.
Describe the solution you’d like
An new assertion needs to be added to this function.
The text was updated successfully, but these errors were encountered: