[ https://issues.apache.org/jira/browse/SPARK-5168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Armbrust resolved SPARK-5168. ------------------------------------- Resolution: Fixed Fix Version/s: 1.3.0 Issue resolved by pull request 3965 [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 > Fix For: 1.3.0 > > > 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org