Github user andralungu commented on the pull request:
https://github.com/apache/flink/pull/649#issuecomment-108431985
For 1, I would open a fresh PR, I guess this is too messy to try to fix.
Normally, you should:
change to master
git remote -v
pull the latest state - git pull upstream master
and then change back to your branch
git rebase master
then when pushing
git push -f origin <branch-name>
For 3. Open the new PR and we will have a look at the current solution :)
---
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.
---