You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/07/08 05:24:25 UTC

[spark] branch master updated: [SPARK-39686][INFRA][FOLLOW-UP] Disable SparkR build in branch-3.2 with Scala 2.13

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b1b5ffc971 [SPARK-39686][INFRA][FOLLOW-UP] Disable SparkR build in branch-3.2 with Scala 2.13
0b1b5ffc971 is described below

commit 0b1b5ffc97101f0b029db037a2278de78068b412
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Fri Jul 8 14:24:00 2022 +0900

    [SPARK-39686][INFRA][FOLLOW-UP] Disable SparkR build in branch-3.2 with Scala 2.13
    
    ### What changes were proposed in this pull request?
    
    This PR is a followup of https://github.com/apache/spark/pull/37091 that disables the SparkR build that has never passed in history at branch-3.2 with Scala 2.13.
    
    See also SPARK-39712 (https://github.com/apache/spark/runs/7228058532?check_suite_focus=true)
    
    ### Why are the changes needed?
    
    To have the very first green in the build.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, dev-only.
    
    ### How was this patch tested?
    
    CI in the scheduled jobs should test it out.
    
    Closes #37124 from HyukjinKwon/SPARK-39686-followup.
    
    Authored-by: Hyukjin Kwon <gu...@apache.org>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 .github/workflows/build_branch32.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_branch32.yml b/.github/workflows/build_branch32.yml
index d7f69484495..439f7a3c670 100644
--- a/.github/workflows/build_branch32.yml
+++ b/.github/workflows/build_branch32.yml
@@ -36,12 +36,12 @@ jobs:
         {
           "SCALA_PROFILE": "scala2.13"
         }
+      # TODO(SPARK-39712): Reenable "sparkr": "true"
       # TODO(SPARK-39685): Reenable "lint": "true"
       # TODO(SPARK-39681): Reenable "pyspark": "true"
       # TODO(SPARK-39682): Reenable "docker-integration-tests": "true"
       jobs: >-
         {
           "build": "true",
-          "sparkr": "true",
           "tpcds-1g": "true"
         }


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