abacef commented on issue #7798: URL: https://github.com/apache/arrow-rs/issues/7798#issuecomment-3034763416
If I understood it right, then one of the issues with "ObjectBuilder::insert()" is that it does not update the `pending` field so it cant run `drop()` automatically to run the `check_pending_field` code. One option is to manually set the `pending` field to `None` on the insert function, but then we are back where we started since any new method that needs the previous pending value to be completed but does not update the field has to remember to manually update the field. -- 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]
