AntoinePrv commented on issue #38868:
URL: https://github.com/apache/arrow/issues/38868#issuecomment-5340573991

   I started looking into this. What I've done locally is DLPack support for 
nested fixed size list Arrays.
   I've only found this whole thread afterward, so perhaps this was not the 
desired approach.
   
   The current state is:
   - `FixedShapeTensorScalar::ToTensor` is already implemented
   - `PrimitiveArray::ToTensor` is missing
   - How should we handle `FixedSizeList` ? Directly in `DLPack`, or add a 
fallible `Array::ToTensor`?
   - Possibly we want to add an error message recommending `to_tensor()` in 
DLPack when that is supported.
   
   Would that be all that is required?


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