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

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

Reply via email to