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

yao pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 5dc927bab129 [SPARK-50487][DOCS] Update broken jira link
5dc927bab129 is described below

commit 5dc927bab129c40b1e919889d22ada1c95157dc9
Author: huangxiaoping <[email protected]>
AuthorDate: Wed Dec 4 18:24:35 2024 +0800

    [SPARK-50487][DOCS] Update broken jira link
    
    ### What changes were proposed in this pull request?
    Update broken jira link
    
    ### Why are the changes needed?
    The old link is not accessible
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    No testing required
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #49052 from huangxiaopingRD/SPARK-50487.
    
    Lead-authored-by: huangxiaoping <[email protected]>
    Co-authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Kent Yao <[email protected]>
    (cherry picked from commit 3d063a01d7c2a6d9613e11dec882739daa7eeb71)
    Signed-off-by: Kent Yao <[email protected]>
---
 core/src/main/scala/org/apache/spark/rdd/RDD.scala | 5 +++--
 python/pyspark/rdd.py                              | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/core/src/main/scala/org/apache/spark/rdd/RDD.scala 
b/core/src/main/scala/org/apache/spark/rdd/RDD.scala
index f695b1020275..b63e5999127d 100644
--- a/core/src/main/scala/org/apache/spark/rdd/RDD.scala
+++ b/core/src/main/scala/org/apache/spark/rdd/RDD.scala
@@ -1812,8 +1812,9 @@ abstract class RDD[T: ClassTag](
    * Please read the linked SPIP and design docs to understand the limitations 
and future plans.
    * @return an [[RDDBarrier]] instance that provides actions within a barrier 
stage
    * @see [[org.apache.spark.BarrierTaskContext]]
-   * @see <a href="https://jira.apache.org/jira/browse/SPARK-24374";>SPIP: 
Barrier Execution Mode</a>
-   * @see <a href="https://jira.apache.org/jira/browse/SPARK-24582";>Design 
Doc</a>
+   * @see <a href="https://issues.apache.org/jira/browse/SPARK-24374";>
+   *        SPIP: Barrier Execution Mode</a>
+   * @see <a href="https://issues.apache.org/jira/browse/SPARK-24582";>Design 
Doc</a>
    */
   @Experimental
   @Since("2.4.0")
diff --git a/python/pyspark/rdd.py b/python/pyspark/rdd.py
index aa63c6509dce..142678a4a6f6 100644
--- a/python/pyspark/rdd.py
+++ b/python/pyspark/rdd.py
@@ -5130,8 +5130,8 @@ class RDD(Generic[T_co]):
         -----
         For additional information see
 
-        - `SPIP: Barrier Execution Mode 
<http://jira.apache.org/jira/browse/SPARK-24374>`_
-        - `Design Doc <https://jira.apache.org/jira/browse/SPARK-24582>`_
+        - `SPIP: Barrier Execution Mode 
<https://issues.apache.org/jira/browse/SPARK-24374>`_
+        - `Design Doc <https://issues.apache.org/jira/browse/SPARK-24582>`_
 
         This API is experimental
         """


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

Reply via email to