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 b4570794bb28 [MINOR][PYTHON][DOCS] Fix some outdated info for 
development/testing.rst
b4570794bb28 is described below

commit b4570794bb286b6a57cfa19b72c8d93fd5a14c20
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Thu Nov 30 11:42:12 2023 +0900

    [MINOR][PYTHON][DOCS] Fix some outdated info for development/testing.rst
    
    ### What changes were proposed in this pull request?
    The pr aims to fix some outdated info for `development/testing.rst`.
    
    ### Why are the changes needed?
    Fix some outdated.
    - `https://github.com/apache/spark#building-spark` -> 
`https://spark.apache.org/docs/latest/building-spark.html`
    <img width="654" alt="image" 
src="https://github.com/apache/spark/assets/15246973/b9c05d07-bfb3-48b9-946a-4836c3e61cd4";>
    
    - scala version `2.12` -> `2.13`
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Manually test.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #44075 from panbingkun/minor_development_testing.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/docs/source/development/testing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/docs/source/development/testing.rst 
b/python/docs/source/development/testing.rst
index 46a11ed06668..2dd389e34a44 100644
--- a/python/docs/source/development/testing.rst
+++ b/python/docs/source/development/testing.rst
@@ -38,7 +38,7 @@ After that, the PySpark test cases can be run via using 
``python/run-tests``. Fo
 
 Note that you may set ``OBJC_DISABLE_INITIALIZE_FORK_SAFETY`` environment 
variable to ``YES`` if you are running tests on Mac OS.
 
-Please see the guidance on how to `build Spark 
<https://github.com/apache/spark#building-spark>`_,
+Please see the guidance on how to |building_spark|_,
 `run tests for a module, or individual tests 
<https://spark.apache.org/developer-tools.html>`_.
 
 
@@ -86,4 +86,4 @@ For the Apache Spark release:
 
 .. code-block:: bash
 
-    bin/pyspark --remote "local[*]" --packages 
org.apache.spark:spark-connect_2.12:3.4.0
+    bin/pyspark --remote "local[*]" --packages 
org.apache.spark:spark-connect_2.13:$SPARK_VERSION


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

Reply via email to