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

    https://github.com/apache/spark/pull/22545#discussion_r223953269
  
    --- 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 --
    
    Submitted a pr to update the migration guide #22682.


---

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

Reply via email to