You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/16 17:45:58 UTC

[GitHub] [arrow-rs] andygrove opened a new issue, #1888: Creating a `RecordBatch` with null values in non-nullable fields does not cause an error

andygrove opened a new issue, #1888:
URL: https://github.com/apache/arrow-rs/issues/1888

   **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
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] andygrove closed issue #1888: Creating a `RecordBatch` with null values in non-nullable fields does not cause an error

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #1888: Creating a `RecordBatch` with null values in non-nullable fields does not cause an error
URL: https://github.com/apache/arrow-rs/issues/1888


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org