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
This PR introduces schema compatibility comparison to kernel. One usecase of the schema comparison is to enable CDF over a range with an evolving Table schema. This check is meant to allow tables to add nullable columns to a schema, or to loosen the nullability constraint for a column.
Task
Port existing tests for the isReadCompatible method in delta spark. Our implementation should match their behaviour with all the default flags ( eg: allowMissingColumns = false, forbidTightenNullability = false).
The text was updated successfully, but these errors were encountered:
Context
This PR introduces schema compatibility comparison to kernel. One usecase of the schema comparison is to enable CDF over a range with an evolving Table schema. This check is meant to allow tables to add nullable columns to a schema, or to loosen the nullability constraint for a column.
Task
Port existing tests for the isReadCompatible method in delta spark. Our implementation should match their behaviour with all the default flags ( eg:
allowMissingColumns = false
,forbidTightenNullability = false
).The text was updated successfully, but these errors were encountered: