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/05 21:13:59 UTC

[GitHub] [arrow] wjones127 commented on pull request #12775: ARROW-16006: [C++][Docs] Provide row conversion example for dynamic schemas

wjones127 commented on PR #12775:
URL: https://github.com/apache/arrow/pull/12775#issuecomment-1175504428

   > Is there a summary for why we don't think there is a path forward for a generalized method?
   
   Here it came down to the abstraction we did come up with didn't do very much; most of the value was in the example. In the way it was designed, we asked the user to implement the conversion of one batch of rows to one RecordBatch, and the API took care of the rest. But in our example, most of the logic was *within* that single batch conversion example implementation. It's possible with another pass we could come up a worthwhile API; perhaps if the user-implemented hooks were narrower in scope.


-- 
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