You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/06/27 06:55:52 UTC

[spark] branch master updated: [SPARK-44192][BUILD][R] Support R 4.3.1

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

dongjoon 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 8229feab979 [SPARK-44192][BUILD][R] Support R 4.3.1
8229feab979 is described below

commit 8229feab97959c5e90bd45be5d0979b0ae41d6e2
Author: yangjie01 <ya...@baidu.com>
AuthorDate: Mon Jun 26 23:55:41 2023 -0700

    [SPARK-44192][BUILD][R] Support R 4.3.1
    
    ### What changes were proposed in this pull request?
    This PR aims to support R 4.3.1 officially in Apache Spark 3.5.0 by upgrading AppVeyor to 4.3.1.
    
    ### Why are the changes needed?
    R 4.3.1 is released on Jun 16, 2023.
    - https://stat.ethz.ch/pipermail/r-announce/2023/000694.html
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    - Pass GitHub Actions
    
    Closes #41754 from LuciferYang/SPARK-44192.
    
    Authored-by: yangjie01 <ya...@baidu.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 dev/appveyor-install-dependencies.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/appveyor-install-dependencies.ps1 b/dev/appveyor-install-dependencies.ps1
index 6abcc116346..6848d3af43d 100644
--- a/dev/appveyor-install-dependencies.ps1
+++ b/dev/appveyor-install-dependencies.ps1
@@ -129,7 +129,7 @@ $env:PATH = "$env:HADOOP_HOME\bin;" + $env:PATH
 Pop-Location
 
 # ========================== R
-$rVer = "4.3.0"
+$rVer = "4.3.1"
 $rToolsVer = "4.0.2"
 
 InstallR


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