kylebarron commented on issue #4472: URL: https://github.com/apache/arrow-rs/issues/4472#issuecomment-1807180541
> This feels like a limitation of the way the python conversion is implemented For Python conversion specifically, this might be solved with the new PyCapsule interface (ref #5067) because the `ArrowSchema` FFI struct is generated by pyarrow itself, and so it doesn't have to be inferred from `array.type`. (I haven't verified how it works with extension arrays yet) -- 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]
