-
- Downloads
[SPARK-3646][SQL] Copy SQL configuration from SparkConf when a SQLContext is created.
This will allow us to take advantage of things like the spark.defaults file. Author: Michael Armbrust <michael@databricks.com> Closes #2493 from marmbrus/copySparkConf and squashes the following commits: 0bd1377 [Michael Armbrust] Copy SQL configuration from SparkConf when a SQLContext is created.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala 5 additions, 0 deletions...core/src/main/scala/org/apache/spark/sql/SQLContext.scala
- sql/core/src/main/scala/org/apache/spark/sql/test/TestSQLContext.scala 5 additions, 1 deletion...main/scala/org/apache/spark/sql/test/TestSQLContext.scala
- sql/core/src/test/scala/org/apache/spark/sql/SQLConfSuite.scala 10 additions, 1 deletion...re/src/test/scala/org/apache/spark/sql/SQLConfSuite.scala
Please register or sign in to comment