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 fc69614657f [SPARK-45284][R] Update SparkR minimum SystemRequirements 
to Java 17
fc69614657f is described below

commit fc69614657f92ce14a85ab185169c9bb3610c1ae
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Sep 22 16:54:24 2023 -0700

    [SPARK-45284][R] Update SparkR minimum SystemRequirements to Java 17
    
    ### What changes were proposed in this pull request?
    
    This PR aims to update SparkR's minimum SystemRequirements from Java 8 to 
Java 17 for Apache Spark 4.0.0.
    
    ### Why are the changes needed?
    
    - Apache Spark 4 drops Java 8 and 11 support via SPARK-44112.
    - This will make it sure that the users have Java 17+ environment by 
preventing running on wrong Java versions as much as possible.
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes, but this is an expected behavior change.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #43060 from dongjoon-hyun/SPARK-45284.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 R/pkg/DESCRIPTION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index cb982e00bdd..2523104268d 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -10,7 +10,7 @@ Authors@R:
 License: Apache License (== 2.0)
 URL: https://www.apache.org https://spark.apache.org
 BugReports: https://spark.apache.org/contributing.html
-SystemRequirements: Java (>= 8, < 22)
+SystemRequirements: Java (>= 17, < 22)
 Depends:
     R (>= 3.5),
     methods


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

Reply via email to