[
https://issues.apache.org/jira/browse/SPARK-37504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-37504.
----------------------------------
Fix Version/s: 3.3.0
Resolution: Fixed
Issue resolved by pull request 34757
[https://github.com/apache/spark/pull/34757]
> pyspark should not pass all options to session states.
> ------------------------------------------------------
>
> Key: SPARK-37504
> URL: https://issues.apache.org/jira/browse/SPARK-37504
> Project: Spark
> Issue Type: Sub-task
> Components: PySpark, SQL
> Affects Versions: 3.2.0
> Reporter: angerszhu
> Assignee: angerszhu
> Priority: Major
> Fix For: 3.3.0
>
>
> in current session.py
> have Such code
> {code}
> for key, value in self._options.items():
> session._jsparkSession.sessionState().conf().setConfString(key, value)
> {code}
> Looks like it will pass all options to a existed/new created session
> In scala code, we will check it it is a static conf.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]