HeartSaVioR edited a comment on pull request #32934:
URL: https://github.com/apache/spark/pull/32934#issuecomment-872848899


   Same rebasing issue happens here as well.
   
   Could we please do the "clean" rebase? Like below:
   
   ```
   git checkout master
   git pull
   git checkout -b SPARK-35788-v2
   git cherry-pick 7b6da3d (and following commits)
   git log <= note the latest commit ID (say, "commit_id")
   git checkout SPARK-35788
   git reset --hard "commit_id" (referring `SPARK-35788-v2` here might work. if 
then no need to note the commit ID)
   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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to