[ https://issues.apache.org/jira/browse/SPARK-25534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16627973#comment-16627973 ]
Apache Spark commented on SPARK-25534: -------------------------------------- User 'dongjoon-hyun' has created a pull request for this issue: https://github.com/apache/spark/pull/22548 > 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 three > meaningful implementations. > {code} > $ git grep 'def withSQLConf(' | wc -l > 6 > {code} > {code} > $ git grep 'def withSQLConf(' | wc -l > 3 > {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