DavidToneian commented on a change in pull request #31401:
URL: https://github.com/apache/spark/pull/31401#discussion_r568012010



##########
File path: python/pyspark/sql/avro/functions.py
##########
@@ -37,7 +37,7 @@ def from_avro(data, jsonFormatSchema, options=None):
 
     Parameters
     ----------
-    data : :class:`Column` or str
+    data : :class:`pyspark.sql.Column` or str

Review comment:
       I understood your comment (and a cursory galnce at the pandas docs) to 
mean you'd like ``:class:`~pyspark.sql.Column` ``, and have pushed a commit 
accordingly. If I was mistaken, please let me know.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to