wayneguow commented on code in PR #47269:
URL: https://github.com/apache/spark/pull/47269#discussion_r1670835645


##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -5494,7 +5494,7 @@ def first(col: "ColumnOrName", ignorenulls: bool = False) 
-> Column:
     |  Bob|         5|
     +-----+----------+
 
-    Now, to ignore any nulls we needs to set ``ignorenulls`` to `True`
+    Now, to ignore any nulls we need to set ``ignorenulls`` to `True`

Review Comment:
   Also updated for line 5770. Thank you for reviewing. @allisonwang-db 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to