sarutak opened a new pull request, #56328:
URL: https://github.com/apache/spark/pull/56328

   ### What changes were proposed in this pull request?
   Clone `branch-4.0` directly from `https://github.com/apache/spark.git` 
instead of `$GITHUB_SERVER_URL/$GITHUB_REPOSITORY` in the 
`pyspark-connect-old-client` CI job. The subsequent `git fetch` + `merge` of 
apache/spark's branch-4.0 is also removed since it's no longer needed.
     
   ### Why are the changes needed?
   The `pyspark-connect-old-client` job added in SPARK-56721 clones 
`branch-4.0` from `$GITHUB_SERVER_URL/$GITHUB_REPOSITORY`, which points to the 
contributor's fork during PR CI. Most forks don't have a `branch-4.0`, causing 
the job to fail with:
   ``` 
   fatal: Remote branch branch-4.0 not found in upstream origin
   ```
   
https://github.com/sarutak/spark/actions/runs/26959847246/job/79550831803#logs
   
   ### Does this PR introduce _any_ user-facing change?
   No.
   
   ### How was this patch tested?
   GA.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   Kiro CLI / Claude.


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