HyukjinKwon commented on a change in pull request #35410:
URL: https://github.com/apache/spark/pull/35410#discussion_r802219772
##########
File path: python/pyspark/sql/session.py
##########
@@ -348,6 +344,11 @@ def _repr_html_(self) -> str:
sc_HTML=self.sparkContext._repr_html_(), # type:
ignore[attr-defined]
)
+ @property
+ def _jconf(self) -> SparkConf:
+ """Accessor for the JVM SQL-specific configurations"""
+ return self._jsparkSession.sessionState().conf()
Review comment:
I think we should get this from SQLConf.get to respect the current
`SparkSession`. I will do it in a separate PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]