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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: