You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2021/12/02 23:45:00 UTC

[jira] [Resolved] (SPARK-37504) pyspark should not pass all options to session states.

     [ 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org