heliosdrm opened a new issue, #432:
URL: https://github.com/apache/arrow-julia/issues/432

   Context:
   
https://discourse.julialang.org/t/cannot-read-file-written-by-arrow-jl-in-python/97889/2
   
   As mentioned in one of the answers, the file that results from:
   
   ```julia
   open(filename, "w") do io
       Arrow.write(io, table)
   end
   ``` 
   does not include the magic "ARROW1" in the start/end, and there may be other 
problems.
   
   It does work with `Arrow.write(filename, table)`, though (`filename` being 
the path to the file).


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