alamb opened a new issue, #7780:
URL: https://github.com/apache/arrow-rs/issues/7780
Looking at these examples, it seems to me like the current API requires
calling`finish`
One problem with this is that it requires someone to remember to call
`finish` otherwise their object will only be half written
it seems like it might be a nicer API if that just happened on `drop()` --
so you could use the scope of the example, like you have here, and the dropping
would just complete the object
This would be a great follow on PR
_Originally posted by @alamb in
https://github.com/apache/arrow-rs/pull/7778#discussion_r2167608750_
--
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]