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

    https://github.com/apache/spark/pull/21648#discussion_r199370180
  
    --- Diff: python/pyspark/sql/context.py ---
    @@ -93,6 +93,11 @@ def _ssql_ctx(self):
             """
             return self._jsqlContext
     
    +    @property
    +    def _conf(self):
    +        """Get SQLConf from current SqlContext"""
    --- End diff --
    
    nit: `Accessor for the JVM SQL-specific configurations`


---

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

Reply via email to