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


##########
python/pyspark/sql/column.py:
##########
@@ -430,6 +454,19 @@ def getField(self, name: Any) -> "Column":
 
         .. versionadded:: 1.3.0
 
+        Parameters
+        ----------
+        name
+            a literal value, or a :class:`Column` expression.
+            The result will only be true at a location if field matches in the 
Column.

Review Comment:
   @dcoliversun Could you clarify what you mean here and in other places where 
you use similar phrasing? 



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