mpeterson-p4 commented on pull request #11324: URL: https://github.com/apache/arrow/pull/11324#issuecomment-937851026
Good catch re: schema building - for some reason I thought it took a list of `Fields` but it looks like it just takes the types - jumping between Python and R and getting my wires crossed. It looks like adapting the .fields() function to handle a nullable would be a straightforward way to do this, if that works. Since that's going to touch the Schema file (for docs at least), would it be better to do that as a separate PR? I'll make that change to the docs to address the new parameter and update. -- 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]
