Yikun commented on pull request #32168: URL: https://github.com/apache/spark/pull/32168#issuecomment-819736508
I met same problem on the 1st error `fatal: Not possible to fast-forward, aborting.`, after some investagations, I found it is caused by `yaooqinn:SPARK-35044` is not synced with apache/spark master, when we use git fetch and git merge to sync code, will raise the fast forward error[1]. Looks like we need a `git rebase` [before fetch and merge](https://github.com/apache/spark/blob/f32114d17e1c022817a16c83f33138a1b8faa7c6/.github/workflows/build_and_test.yml#L188)? [1] https://stackoverflow.com/questions/13106179/fatal-not-possible-to-fast-forward-aborting/43460847 -- 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]
