You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/11 18:27:54 UTC

[GitHub] [arrow] lquerel commented on pull request #13574: ARROW-17040: [Go] Add a new StructBuilder constructor to support some specific use cases

lquerel commented on PR #13574:
URL: https://github.com/apache/arrow/pull/13574#issuecomment-1180729531

   @zeroshade For example, for conversion libraries that follow a visitor pattern and walk through a columnar data tree generating builders for each column as they go. The output of this visitor will be a list of builders and field definitions. Starting from a builders tree (provided by NewStructBuilder) is not easy to integrate with this type of pattern.


-- 
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-unsubscribe@arrow.apache.org

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