MartijnVisser commented on pull request #17592:
URL: https://github.com/apache/flink/pull/17592#issuecomment-964212926


   @FiveAgo Thanks! What's still needed is to update the name of the commit. 
You could do that by executing the following command:
   
   1. Checkout this branch
   2. This resets your last commit using `git reset --soft HEAD~1` 
   3. Add all the files to your commit using `git add --all`
   4. Commit the files using `git commit` and make sure that you also properly 
name your commit. In this case, it could be `[hotfix][yarn] Fix typo in 
YarnConfigOptions`
   5. Force your commit to overwrite your previous one using `git push --force`


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to