guilhermebodin commented on PR #479:
URL: https://github.com/apache/arrow-julia/pull/479#issuecomment-1656783615

   Hi @baumgold this is actually inaccurate, the real example should be
   ```julia
   open(Arrow.Writer, tempname()) do writer
       partition1 = (col1 = [1, 2], col2 = ["A", "B"])
       Arrow.write(writer, partition1)
       partition2 = (col1 = [3, 4], col2 = ["C", "D"])
       Arrow.write(writer, partition2)
   end
   ```


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