WillAyd opened a new pull request, #1998: URL: https://github.com/apache/arrow-adbc/pull/1998
This is a follow up to https://github.com/apache/arrow-adbc/pull/1962, which required each writer construction to subsequently call `->Init()` to assign to a protected array_view_ member, which writers that are nested in particular need to manage (previously the root writer assumed all children were just at the first step in the hierarchy) This takes inspiration from the following cpp guideline to have the class manage its construction more appropriately: https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#discussion-use-a-factory-function-if-you-need-virtual-behavior-during-initialization -- 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]
