Reynold Xin created SPARK-5168: ---------------------------------- Summary: 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 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org