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 4788bae2974a [MINOR][PYSPARK][SQL] fixed a typo in 
python/pyspark/sql/column.py
4788bae2974a is described below

commit 4788bae2974a43a32602462f68614fefdf62ddc4
Author: Francesco Camaione <[email protected]>
AuthorDate: Mon May 12 09:07:46 2025 +0900

    [MINOR][PYSPARK][SQL] fixed a typo in python/pyspark/sql/column.py
    
    **What changes were proposed in this pull request?**
    Fixed a minor typo in the python/pyspark/sql/column.py, removing an 
unnecessary double quotation mark (").
    
    **Why are the changes needed?**
    To improve the clarity and professionalism of the documentation by 
correcting a typographical error.
    
    **Does this PR introduce any user-facing change?**
    No. This change only affects the documentation and does not alter any 
functionality.
    
    **How was this patch tested?**
    As this is a documentation-only change, no tests were required.
    
    **Was this patch authored or co-authored using generative AI tooling?**
    No.
    
    Closes #50853 from francesco-camaione/fix-typo-fc.
    
    Authored-by: Francesco Camaione <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 python/pyspark/sql/column.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/pyspark/sql/column.py b/python/pyspark/sql/column.py
index db02cc80dbed..0aa8d359308d 100644
--- a/python/pyspark/sql/column.py
+++ b/python/pyspark/sql/column.py
@@ -318,7 +318,7 @@ class Column(TableValuedFunctionArgument):
     def bitwiseOR(
         self, other: Union["Column", "LiteralType", "DecimalLiteral", 
"DateTimeLiteral"]
     ) -> "Column":
-        """ "
+        """
         Compute bitwise OR of this expression with another expression.
 
         .. versionchanged:: 3.4.0


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

Reply via email to