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

    https://github.com/apache/spark/pull/21648#discussion_r198378267
  
    --- Diff: python/pyspark/sql/dataframe.py ---
    @@ -81,6 +82,7 @@ def __init__(self, jdf, sql_ctx):
             # Check whether _repr_html is supported or not, we use it to avoid 
calling _jdf twice
             # by __repr__ and _repr_html_ while eager evaluation opened.
             self._support_repr_html = False
    +        self.sql_conf = SQLConf(sql_ctx)
    --- End diff --
    
    Got it, I'll try to do this by wrapping existing SQLConf.


---

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

Reply via email to