luocooong commented on pull request #2168:
URL: https://github.com/apache/drill/pull/2168#issuecomment-778544404
@eevanwong Thanks for your contribution. I saw that you closed the #2156 ,
then created this PR. If you plan to rebase your branch from master in the
future, you can do that:
```
1. git checkout <your_branch>
2. git fetch upstream master
3. git rebase upstream/master
4. git push origin <your_branch> -f
```
There is no need to close the PR (could interrupt the previous review
process). Once your PR was approved, you can combine multiple commits into one
by git squash command. Enjoy!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]