Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Port delta-spark schema comparison tests to kernel #655

Open
OussamaSaoudi opened this issue Jan 21, 2025 · 0 comments
Open

test: Port delta-spark schema comparison tests to kernel #655

OussamaSaoudi opened this issue Jan 21, 2025 · 0 comments

Comments

@OussamaSaoudi
Copy link
Collaborator

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant