alamb commented on PR #7574: URL: https://github.com/apache/arrow-rs/pull/7574#issuecomment-2950725735
> Separately, regarding the handling of None values in a non-nullable schema (thanks to @etseidl for catching this!), we currently convert None to empty strings implicitly. Would it be better to throw an error in such cases, or is this behavior by design? I don't think it is by design per se -- it is due to a lack of error checking However, given that we don't have a strong discipline around verifying the nullable flag in `Field` I am somewhat wary about potentially adding additional checking -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
