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 2021/07/11 14:46:38 UTC

[GitHub] [arrow-rs] ritchie46 commented on issue #461: Implement RecordBatch::concat

ritchie46 commented on issue #461:
URL: https://github.com/apache/arrow-rs/issues/461#issuecomment-877811760


   I think a lean arrow-core crate would be beneficial
    We already started some work be feature gating IO logic. 
   
   Wouldn't the same be achieved by `impl FromIterator<ArrayRef> for RecordBatch`? Then users can use the `concat` kernel and choose how to iter the columns. They also don't pay the compilation penalty until they actually implement that iterator + collect.


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