You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2018/09/25 21:32:00 UTC

[jira] [Assigned] (SPARK-25534) Make `SupportWithSQLConf` trait

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

Dongjoon Hyun reassigned SPARK-25534:
-------------------------------------

    Assignee: Dongjoon Hyun

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