Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/19726#discussion_r150407580
--- Diff: python/pyspark/sql/session.py ---
@@ -72,6 +72,9 @@ class SparkSession(object):
... .appName("Word Count") \\
... .config("spark.some.config.option", "some-value") \\
... .getOrCreate()
+
+ .. autoattribute:: builder
--- End diff --
This adds a correct doc.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]