kylebarron commented on issue #8030: URL: https://github.com/apache/arrow-rs/issues/8030#issuecomment-3150945896
I've been using the `ExtensionType` trait and haven't really had any issues with it. All of the `*Type` structs in [geoarrow-schema](https://docs.rs/geoarrow-schema/latest/geoarrow_schema/#structs) implement `ExtensionType`. To handle extension types at runtime I have an [enum over all of those extension types](https://docs.rs/geoarrow-schema/latest/geoarrow_schema/enum.GeoArrowType.html). I don't have any requested changes at this point before it's stabilized. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org