[ 
https://issues.apache.org/jira/browse/SPARK-37504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-37504:
------------------------------------

    Assignee: Apache Spark

> 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: Apache Spark
>            Priority: Major
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to