You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/01/26 06:27:46 UTC

[GitHub] [drill] luocooong commented on pull request #2155: DRILL-7712: Fix Issues after ZK upgrade

luocooong commented on pull request #2155:
URL: https://github.com/apache/drill/pull/2155#issuecomment-767325770


   @eevanwong Thanks for the new PR. I recommend you  creating new branches for the feature rather than working from your `master` branch. it will be very troublesome to merge because of saw the merged item in this commit list. here are my what i do :
   ```
   git fetch upstream master
   git checkout -b DRILL-7712 upstream/master
   // do some amazing coding
   git commit -m 'DRILL-7712: Title'
   git push origin DRILL-7712
   ```


----------------------------------------------------------------
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:
users@infra.apache.org