alamb commented on pull request #13: URL: https://github.com/apache/arrow-datafusion/pull/13#issuecomment-823170032
I rewrote master to remove the history of the other languages (and 50MB of history). This means this PR will need 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. For example (change COMMIT-SHA to whatever the commit actually is): ``` git reset --hard apache/master git cherry-pick COMMIT-SHA git push -f your_rep ``` -- 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: [email protected]
