paleolimbot opened a new issue, #38014: URL: https://github.com/apache/arrow/issues/38014
### Describe the bug, including details regarding any error messages, version, and platform. Initially documented here: https://github.com/geoarrow/geoarrow-c/pull/47 The implementation of the extension type is here: https://github.com/geoarrow/geoarrow-python/blob/main/geoarrow-pyarrow/src/geoarrow/pyarrow/_type.py#L77-L78 I wonder if it has to do with the fact that there are subclasses of the extension type? (i.e., maybe I need to copy that pandas dtype method to all the subclasses?) ### Component(s) Python -- 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]
