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/04/20 10:08:21 UTC

[GitHub] [arrow-rs] alamb commented on pull request #7: ARROW-12411: [Rust] Create RecordBatches from Iterators

alamb commented on pull request #7:
URL: https://github.com/apache/arrow-rs/pull/7#issuecomment-823153500


   I rewrote master to remove the history of the other languages (and 50MB of history). This means this PR needs to be "rebased" against the current master.
   
   The best way I found to do this was to find the relevant commits (via `git log`) and then cherry-pick them one at a time. Specifically, for this PR:
   ```
   git reset --hard apache/master
   git cherry-pick 5d3c337710b89871a46f6e623bad8c9e05419ed2
   git push -f alamb
   ```
   


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

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