kszucs commented on pull request #11106: URL: https://github.com/apache/arrow/pull/11106#issuecomment-922959015
IMO we should restrict the number of supported types by default to not increase the conversion and maintenance cost. As you mentioned we can already achieve the same with: ```py pa.array([value.bytes for value in uuids]) ``` Although we could add extension types for python builtin types which would properly roundtrip as well. Perhaps we could even add a pluggable inference API where we can register custom inference logic based on the value type. -- 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]
