Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22545#discussion_r223408456
  
    --- Diff: python/pyspark/sql/session.py ---
    @@ -156,7 +156,7 @@ def getOrCreate(self):
                 default.
     
                 >>> s1 = SparkSession.builder.config("k1", "v1").getOrCreate()
    -            >>> s1.conf.get("k1") == s1.sparkContext.getConf().get("k1") 
== "v1"
    +            >>> s1.conf.get("k1") == "v1"
    --- End diff --
    
    In that case, we might have to put the behaviour changes by 
https://github.com/apache/spark/pull/18536 together to the migration guide as 
well.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to