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

Make it possible to use None for nullable scalar types. #680

Merged
merged 3 commits into from
Apr 26, 2023

Conversation

LaurentMazare
Copy link
Owner

Currently argument of type ScalarType that are nullable cannot be set to null, this is an issue for example in to_dense as null is the only valid value and causes #579.
To get around this, this PR adds support for ScalarTypeOption argument for which the value None can be used.

@LaurentMazare LaurentMazare merged commit b3f8d1e into main Apr 26, 2023
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

Successfully merging this pull request may close these issues.

1 participant