Github user greghogan commented on the pull request:

    https://github.com/apache/flink/pull/1966#issuecomment-222161038
  
    I was interested to see what happened here and a simple rebase and force 
push corrects the problem.
    
    Make sure local master is up-to-date
    $ git checkout master
    $ git pull apache
    
    Fetch this PR and checkout the branch
    $ git fetch github pull/1966/head:pr1966
    $ git checkout pr1966
    
    Move the new commits after the last commit on master
    $ git rebase master
    
    Push the changes to your repo
    $ git push -f pr1966 origin


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

Reply via email to