You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/03/23 15:04:06 UTC

[GitHub] [incubator-hudi] ambition119 commented on issue #608: [HUDI-63] Removed unused BucketedIndex code

ambition119 commented on issue #608: [HUDI-63] Removed unused BucketedIndex code
URL: https://github.com/apache/incubator-hudi/pull/608#issuecomment-475876976
 
 
   > awesome.. can you please squash the commits again? :)
   
   I use these command :
   ```shell
   $ git remote add apache https://github.com/apache/incubator-hudi.git
   $ git fetch apache
   $ git rebase apache/master
   $ git push     // or git push origin master
   $ git checkout -b hudi_63
   ```
    not 
   ```shell
   git fetch hudi # replace with whatever is your remote pointing to apache/incubator-hudi
   git checkout master
   git rebase hudi/master
   git checkout your-branch
   git rebase master # resolve conflicts if any, run tests again
   git push origin your-branch --force # this updates the PR
   ```
   
   So, if I squash the commits. How should I operate it? Can you explain for me? Thank you!
   

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


With regards,
Apache Git Services