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 2041519cd9d9 [SPARK-47993][DOCS][FOLLOWUP] Update RDD programing guide 
to Python 3.9+
2041519cd9d9 is described below

commit 2041519cd9d99eb11e78477f66b7b712de1b06e1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Dec 3 08:58:14 2024 +0900

    [SPARK-47993][DOCS][FOLLOWUP] Update RDD programing guide to Python 3.9+
    
    ### What changes were proposed in this pull request?
    
    This is a follow-up of
    - #46228
    
    ### Why are the changes needed?
    
    To update the RDD programing guide consistently.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #49035 from dongjoon-hyun/SPARK-47993.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 docs/rdd-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/rdd-programming-guide.md b/docs/rdd-programming-guide.md
index a1adcc2f6eb0..400f8a512e7a 100644
--- a/docs/rdd-programming-guide.md
+++ b/docs/rdd-programming-guide.md
@@ -39,7 +39,7 @@ along with if you launch Spark's interactive shell -- either 
`bin/spark-shell` f
 
 <div data-lang="python"  markdown="1">
 
-Spark {{site.SPARK_VERSION}} works with Python 3.8+. It can use the standard 
CPython interpreter,
+Spark {{site.SPARK_VERSION}} works with Python 3.9+. It can use the standard 
CPython interpreter,
 so C libraries like NumPy can be used. It also works with PyPy 7.3.6+.
 
 Spark applications in Python can either be run with the `bin/spark-submit` 
script which includes Spark at runtime, or by including it in your setup.py as:


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

Reply via email to