[ 
https://issues.apache.org/jira/browse/SPARK-38713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17515247#comment-17515247
 ] 

Wenchen Fan commented on SPARK-38713:
-------------------------------------

Resolved by https://github.com/apache/spark/pull/35950

> Change spark.sessionstate.conf.getConf/setConf operation to spark.conf.get/set
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-38713
>                 URL: https://issues.apache.org/jira/browse/SPARK-38713
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.4.0
>            Reporter: Jackey Lee
>            Priority: Major
>
> In the sql module, we provide {{SparkSession.conf}} as a unified entry for 
> {{{}SQLConf.set/get{}}}, which can prevent users or logic from modifying 
> StaticSQLConf and Spark configs. However, I found 
> {{SparkSession.sessionstate.conf}} is used in some code to getConf or 
> setConf, which can skip the check of {{{}RuntimeConfig{}}}.
> In this PR, we want to unify the behavior of {{SQLConf.getConf/setConf}} to 
> {{{}SparkSession.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