dominikgehl commented on a change in pull request #33440:
URL: https://github.com/apache/spark/pull/33440#discussion_r673122267
##########
File path: python/pyspark/sql/session.py
##########
@@ -73,7 +73,7 @@ class SparkSession(SparkConversionMixin):
A SparkSession can be used create :class:`DataFrame`, register
:class:`DataFrame` as
tables, execute SQL over tables, cache tables, and read parquet files.
- To create a SparkSession, use the following builder pattern:
+ To create a :class:`SparkSession`, use the following builder pattern:
Review comment:
It seems to be already done in most classes below sql .. these were just
a couple of exceptions I noticed
--
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]