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

Dongjoon Hyun updated SPARK-25534:
----------------------------------
    Description: 
Currently, Spark has 6 `withSQLConf` function. This issue aims to remove 
duplicated and inconsistent `withSQLConf` code and reduce them to two 
meaningful implementations.

{code}
$ git grep 'def withSQLConf(' | wc -l
       6
{code}

{code}
$ git grep 'def withSQLConf(' | wc -l
       2
{code}

  was:
Currently, Spark has 6 `withSQLConf` function. This issue aims to remove 
duplicated and inconsistent `withSQLConf` code and reduce them to two 
implementation.

{code}
$ git grep 'def withSQLConf(' | wc -l
       6
{code}

{code}
$ git grep 'def withSQLConf(' | wc -l
       2
{code}


> Make `SupportWithSQLConf` trait
> -------------------------------
>
>                 Key: SPARK-25534
>                 URL: https://issues.apache.org/jira/browse/SPARK-25534
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.5.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Major
>
> Currently, Spark has 6 `withSQLConf` function. This issue aims to remove 
> duplicated and inconsistent `withSQLConf` code and reduce them to two 
> meaningful implementations.
> {code}
> $ git grep 'def withSQLConf(' | wc -l
>        6
> {code}
> {code}
> $ git grep 'def withSQLConf(' | wc -l
>        2
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to