hiboyang commented on pull request #30004:
URL: https://github.com/apache/spark/pull/30004#issuecomment-792231213


   > I assume branches are identified just by the name so if you are standing 
at the branch used for the other PR (#31763, lets say the name branch2) and 
then create a branch with the same name which is used for this PR (call it 
branch1) and force push it then the PR updates, so
   > 
   > ```
   >  $ git checkout branch2
   >  $ git checkout -b branch1
   >  (if branch 1 exists you can delete it before locally with: git branch -d 
branch1
   >  $ git push -f
   > ```
   
   I tried this approach and it did not work. The branch I previously used for 
this PR is mapStatusMetadata2. I re-created this same name branch and pushed to 
GitHub, but this PR does not refresh with my new change.
   


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



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

Reply via email to