Dongjoon Hyun created SPARK-25534:
-------------------------------------

             Summary: 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


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}



--
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