aboderinsamuel commented on PR #50203: URL: https://github.com/apache/arrow/pull/50203#issuecomment-4789211238
Thanks for catching these, @tadeja! Both are fixed now: wrong-shape multi-dim elements raise a ValueError (the element shape is validated against the tensor's shape), and permuted tensor types are rejected when built from a sequence (NotImplementedError pointing to from_numpy_ndarray), with full permutation support left as a follow-up. Added tests for both. -- 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]
