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

   ```julia
   Arrow.write("foo.bar",(mat=mat,)) # does not work
   ```
   this doesn't make sense, your column needs to be a collection, it can't be a 
single tensor.
   
   - - -
   I tried
   ```julia
   Arrow.write("foo.bar",(mat=[mat],))
   ```
   and it works in terms to successfully written to disk, but the shape 
information is lost.
   


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