BambOoxX commented on issue #433:
URL: https://github.com/apache/arrow-julia/issues/433#issuecomment-1533320617

   Yes I guess it is just n-dimensional arrays, but these seem to be called 
tensors in the Arrow vocabulary. 
   I don't think there should be anything fancy about this either, however it 
does (as advertised) not work. 
   
   As an example, doing 
   ```julia
   using Arrow
   mat = rand(10,20,30)
   Arrow.write("foo.bar",(mat=mat,)) # does not work
   Arrow.write("foo.bar",(vec=mat[:,1,1],)) # works
   ```


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