zeroshade commented on issue #46555:
URL: https://github.com/apache/arrow/issues/46555#issuecomment-2905049574

   The only thing I like better about the nested impl approach is that the 
developer API is slightly easier to use and better (in some ways). Instead of 
needing the `NextElement` and `NextField` calls, a user can just make the 
`Append*` calls on the `ArrayBuilder` or `ObjectBuilder`. Though it does have 
the complexity of the extra child builder objects, it does make things slightly 
easier in some ways even though it's less efficient.
   
   I guess I'll finish this up and put the PR up and see what people think


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to