ianmcook commented on PR #14:
URL: https://github.com/apache/arrow-experiments/pull/14#issuecomment-1987474397

   > Thanks for testing. I've added a missing `g_object_unref(table)` that is 
included in your example.
   
   Thanks!
    
   > BTW, should we add write code like you added to the example?
   
   No, I think the examples in this `get_simple` directory should stay minimal, 
so it is best not to add write code.
   
   And anyway, to write the IPC stream to a file, I think it would be better to 
write it one batch at a time inside the receive loop. What the examples in this 
directory all do (accumulate all the record batches in memory) is more 
applicable to use cases where you need to process the full data in memory after 
receiving it.
   


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