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

zhengruifeng 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 4574647ccf32 [MINOR][DOC] Fixed 2 links in the "See also" section of 
Column.outer() method
4574647ccf32 is described below

commit 4574647ccf32f4672e4466a0609023f220d2198f
Author: art000109 <[email protected]>
AuthorDate: Thu Jul 16 14:09:17 2026 +0800

    [MINOR][DOC] Fixed 2 links in the "See also" section of Column.outer() 
method
    
    ### What changes were proposed in this pull request?
    Fixed 2 links in the "See also" section.
    
    ### Why are the changes needed?
    The documentation will be more comprehensive.
    
    ### Does this PR introduce any user-facing change?
    No. This is a documentation-only change.
    
    ### How was this patch tested?
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #57256 from art000109/master.
    
    Lead-authored-by: art000109 <[email protected]>
    Co-authored-by: Artem Kozhin <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
---
 python/pyspark/sql/column.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/pyspark/sql/column.py b/python/pyspark/sql/column.py
index a38ed64eb700..af25fd1b77e1 100644
--- a/python/pyspark/sql/column.py
+++ b/python/pyspark/sql/column.py
@@ -1576,8 +1576,8 @@ class Column(TableValuedFunctionArgument):
 
         See Also
         --------
-        pyspark.sql.dataframe.DataFrame.scalar
-        pyspark.sql.dataframe.DataFrame.exists
+        pyspark.sql.DataFrame.scalar
+        pyspark.sql.DataFrame.exists
         """
         ...
 


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

Reply via email to