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

Creating a RecordBatch with null values in non-nullable fields does not cause an error #1888

Closed
andygrove opened this issue Jun 16, 2022 · 0 comments · Fixed by #1890
Closed
Assignees
Labels
arrow Changes to the arrow crate bug

Comments

@andygrove
Copy link
Member

Describe the bug
If I create a schema with a non-nullable field and then create a RecordBatch where that field has null values, I would expect to get an error.

To Reproduce
As described.

Expected behavior
Error should be returned.

Additional context
None

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

Successfully merging a pull request may close this issue.

2 participants