HyukjinKwon commented on a change in pull request #30181:
URL: https://github.com/apache/spark/pull/30181#discussion_r514210077
##########
File path: python/pyspark/sql/avro/functions.py
##########
@@ -25,7 +25,6 @@
from pyspark.util import _print_missing_jar
-@since(3.0)
Review comment:
`@since` just adds `.. versionadded::` at the end of the docstring, and
this removal is necessary in some places, for example:
```
See Also
---------
blahblah
.. versionadded:: 3.0.0
```
causes NumPy docs style format error. Both `.. versionadded:: 3.0.0` and
`@since` are used interchangeably in the codebase so I guess it's not a big
deal.
----------------------------------------------------------------
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]