haixuanTao opened a new issue, #4890: URL: https://github.com/apache/arrow-rs/issues/4890
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Currently, there is no way easy way to support tensor data, which could be handy to do things like AI. And it seems that there is no tracking issue. See: https://arrow.apache.org/docs/format/CanonicalExtensions.html And example python implementation: See: https://arrow.apache.org/docs/python/generated/pyarrow.ExtensionArray.html **Describe the solution you'd like** Implementation should be pretty straightforward as there already a Tensor Primitive Type. **Additional context** Related issue: https://github.com/apache/arrow-rs/issues/4805 -- 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]
