Hyukjin Kwon created SPARK-35082:
------------------------------------

             Summary: Use permissive and squashed merge when syncing to the 
latest branch in GitHub Actions testing
                 Key: SPARK-35082
                 URL: https://issues.apache.org/jira/browse/SPARK-35082
             Project: Spark
          Issue Type: Bug
          Components: Project Infra
    Affects Versions: 3.2.0
            Reporter: Hyukjin Kwon


Please see https://github.com/apache/spark/pull/32168

There is an issue when syncing to the Apache master branch.

{code}
>From https://github.com/yaooqinn/spark
 * branch                  SPARK-35044 -> FETCH_HEAD
fatal: Not possible to fast-forward, aborting.
Error: Process completed with exit code 128.
{code}

This is because we use {{--ff-only}} option so it assumes that the fork is 
always based on the latest master branch.

We should make it less strict



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to