Airblader commented on pull request #17847: URL: https://github.com/apache/flink/pull/17847#issuecomment-977873019
> What do I need to do? Do I close the current pr and pull the master branch for a new commit? No need to close the PR, you can just rebase your branch. For example if you have added the upstream Flink git repository as a remote called `upstream`, you do ``` git fetch --all git rebase upstream/master git push --force-with-lease ``` > What does flink-architecture-tests do? It contains several static code checks, e.g. making sure API annotations are correct etc. This was just recently merged into the project, you can have a look at `flink-architecture-tests/README.md`. -- 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]
