You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/01/09 06:29:35 UTC

[jira] [Commented] (SPARK-5168) Make SQLConf a field rather than mixin in SQLContext

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

Apache Spark commented on SPARK-5168:
-------------------------------------

User 'rxin' has created a pull request for this issue:
https://github.com/apache/spark/pull/3965

> Make SQLConf a field rather than mixin in SQLContext
> ----------------------------------------------------
>
>                 Key: SPARK-5168
>                 URL: https://issues.apache.org/jira/browse/SPARK-5168
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>
> Right now we mix SQLConf in SQLContext, which pollutes the namespace (even though most functions are private[sql]). It makes more sense to make this a conf field through composition rather than inheritance. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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