srowen commented on a change in pull request #31401:
URL: https://github.com/apache/spark/pull/31401#discussion_r567343162
##########
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:
This is really just for my info since I don't know docstrings well. What
does this part do? is it meant to make 'data' render as a link to the Column
class, and it just doesn't work right now?
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]