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

    https://github.com/apache/spark/pull/21648#discussion_r199379810
  
    --- Diff: python/pyspark/sql/context.py ---
    @@ -93,6 +93,11 @@ def _ssql_ctx(self):
             """
             return self._jsqlContext
     
    +    @property
    +    def _conf(self):
    +        """Accessor for the JVM SQL-specific configurations"""
    +        return self.sparkSession._jsparkSession.sessionState().conf()
    --- End diff --
    
    Btw, `_conf` sounds like a property internal to the class/object, why we 
have a underscore there? 


---

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

Reply via email to