kylebarron commented on issue #43831:
URL: https://github.com/apache/arrow/issues/43831#issuecomment-2322225242

   I haven't used the `pyarrow.Tensor` API myself. I'd guess you need to create 
a length-1 array out of that, and then it'll have the `__arrow_c_array__` 
interface.
   
   In terms of native support: the FixedShapeTensor extension is defined 
[here](https://arrow.apache.org/docs/format/CanonicalExtensions.html#fixed-shape-tensor).
 It uses nested `FixedSizeList`s plus extension metadata on the associated 
field that describes it as a `FixedShapeTensor` array.


-- 
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]

Reply via email to