You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/14 18:24:52 UTC

[GitHub] [spark] Yikun commented on pull request #32168: [DO NOT MERGE] Test NEW GA FAILURE

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org