rok commented on PR #46170:
URL: https://github.com/apache/arrow/pull/46170#issuecomment-2813377286

   Thanks for working on this @yyossy5!
   
   This looks good. A minor ask: could we add a check like:
   ```python
   tensor_array_from_numpy = pa.FixedShapeTensorArray.from_numpy_ndarray(arr)
   assert tensor_array_from_numpy.dim_names is None
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to