You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone else who (like me) stumbles across this issue: FixedShapeTensor, and the other canonical extension types, were merged into arrow-rs in version 54.1.0 (Feb 2025).
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: #4805
The text was updated successfully, but these errors were encountered: