alamb commented on issue #1352: URL: https://github.com/apache/arrow-rs/issues/1352#issuecomment-1054643652
I wonder if we could just add `advance()` to the ListBuilder interface. I am a little worried about adding a ` pub advance()` function to all the builders that simply leaves the values undefined as it would be fairly easy to misuse. Maybe we `ListBuilder::advance` could be `pub` and the `advance()` functions on the value builders could be `pub(crate)` 🤔 -- 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]
