HyukjinKwon commented on a change in pull request #27553: [PYSPARK][DOCS]
[MINOR]Changed `:func:` to `:attr:` Sphinx roles, fixed links in documentation
of `Data{Frame,Stream}{Reader,Writer}`.
URL: https://github.com/apache/spark/pull/27553#discussion_r378601174
##########
File path: python/pyspark/sql/streaming.py
##########
@@ -276,9 +276,9 @@ def resetTerminated(self):
class DataStreamReader(OptionUtils):
"""
- Interface used to load a streaming :class:`DataFrame` from external
storage systems
- (e.g. file systems, key-value stores, etc). Use :func:`spark.readStream`
- to access this.
+ Interface used to load a streaming :class:`DataFrame
<pyspark.sql.DataFrame>` from external
Review comment:
Why `<pyspark.sql.DataFrame>` is needed?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]