nevi-me commented on pull request #8330:
URL: https://github.com/apache/arrow/pull/8330#issuecomment-703060945


   > And yes I agree they should be compared separately, as there is generally 
no requirement on the values of null fields (generally, you'll want to 
initialize to some known values to avoid security issues).
   
   There was a time ~2 years ago where null slots would contain garbage/unknown 
values, but I haven't seen that in very long.
   With nested arrays, we'll also want to convert the data directly as a struct 
with null slots containing a primitive that's non-nullable, would result in a 
nullable primitive after roundtrip.
   
   @emkornfield in the above example, does the c++ Arrow implementation allow 
creating such a struct? Asked differently; is it some validation that we should 
be adding at an Arrow level in Rust, that if you create a nullable struct, you 
can't have its children being non-nullable?


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to