nealrichardson commented on pull request #11324: URL: https://github.com/apache/arrow/pull/11324#issuecomment-938009743
> It looks like adapting the .fields() function to handle a nullable Yeah I think that's right, add a `nullable` argument that must be a logical vector of equal length as the list input (or a single value for recycling), and then expose that up in Schema$create and StructType$create (the only two callers of `.fields()`). Fine with me if you want to do it in this PR, I think it makes sense. -- 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]
