Github user chazchandler commented on the pull request:
https://github.com/apache/spark/pull/1269#issuecomment-66296113
re: (5)
you can add a remote:
`git remote add upstream https://github.com/apache/spark.git`
fetch the latest state:
`git fetch upstream`
you'll see the branch/tag/etc. changes scroll by. then rebase your branch
on upstream:
`git rebase upstream [branch_name_you_want_to_use_as_a_new_base]`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]