mpeterson-p4 commented on pull request #11324: URL: https://github.com/apache/arrow/pull/11324#issuecomment-941190833
After looking at some of the calls that used that .fields() function, I ended up taking a different approach to this - I modeled it after the Python code, which can take a list of tuples - the .fields() function has the same signature (...), but can be passed either a type on its own or a list of (type, metadata [ignored], boolean for nullable) and create the schema that way. That way, almost nothing else in the package is touched. -- 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]
