dcoliversun commented on code in PR #37521:
URL: https://github.com/apache/spark/pull/37521#discussion_r950000222


##########
python/pyspark/sql/column.py:
##########
@@ -495,6 +544,17 @@ def dropFields(self, *fieldNames: str) -> "Column":
 
         .. versionadded:: 3.1.0
 
+        Parameters
+        ----------
+        fieldNames : str or list
+            Literal values.
+            The result will drop at a location if any field matches in the 
Column.
+
+        Returns
+        -------
+        :class:`Column`
+            Column representing whether each element of Column which field 
dropped by fileName.

Review Comment:
   oh, it's a mistake, updated with 
[f379ec3](https://github.com/apache/spark/pull/37521/commits/f379ec368c2309e353bba97d86ede443abb800ce)



-- 
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