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/15 03:05:39 UTC

[GitHub] [spark] HyukjinKwon opened a new pull request #32183: [SPARK-35082][INFRA] Use permissive and squshed merge when syncing to the latest branch in GitHub Actions testing

HyukjinKwon opened a new pull request #32183:
URL: https://github.com/apache/spark/pull/32183


   ### What changes were proposed in this pull request?
   
   There is an issue when syncing to the Apache master branch, see also https://github.com/apache/spark/pull/32168:
   
   ```
   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.
   ```
   
   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 PR proposes to use the same command when we merge PRs: 
   
   https://github.com/apache/spark/blob/c8f56eb7bb49d7aafd7b83bad241a0b1b50a0e33/dev/merge_spark_pr.py#L127
   
   ### Why are the changes needed?
   
   To unblock PR testing broken.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   Locally tested
   
   Co-authored-by: Kent Yao <ya...@hotmail.com>
   Co-authored-by: Yikun Jiang <yi...@gmail.com>


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


[GitHub] [spark] HyukjinKwon commented on pull request #32183: [SPARK-35082][INFRA] Use permissive and squshed merge when syncing to the latest branch in GitHub Actions testing

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #32183:
URL: https://github.com/apache/spark/pull/32183#issuecomment-820023731


   Oh, just saw the PR https://github.com/apache/spark/pull/32182. Thanks @Yikun !


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


[GitHub] [spark] github-actions[bot] commented on pull request #32183: [SPARK-35082][INFRA] Use permissive and squshed merge when syncing to the latest branch in GitHub Actions testing

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #32183:
URL: https://github.com/apache/spark/pull/32183#issuecomment-820023234


   **[Test build #750453913](https://github.com/HyukjinKwon/spark/actions/runs/750453913)** for PR 32183 at commit [`4b22125`](https://github.com/HyukjinKwon/spark/commit/4b2212508b6cd9ac1f84a64dbac26cc5a6f8a112).


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


[GitHub] [spark] dongjoon-hyun commented on pull request #32183: [SPARK-35082][INFRA] Use permissive and squshed merge when syncing to the latest branch in GitHub Actions testing

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #32183:
URL: https://github.com/apache/spark/pull/32183#issuecomment-820025170


   Ya, it's really active community. :)


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


[GitHub] [spark] HyukjinKwon commented on pull request #32183: [SPARK-35082][INFRA] Use permissive and squshed merge when syncing to the latest branch in GitHub Actions testing

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #32183:
URL: https://github.com/apache/spark/pull/32183#issuecomment-820023570


   @dongjoon-hyun, @wangyum, @yaooqinn, @gengliangwang, @viirya , @Yikun can you take a quick look please? I would like to merge as soon as possible and see how it gose if you guys don't mind.


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


[GitHub] [spark] HyukjinKwon closed pull request #32183: [SPARK-35082][INFRA] Use permissive and squshed merge when syncing to the latest branch in GitHub Actions testing

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #32183:
URL: https://github.com/apache/spark/pull/32183


   


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