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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]