aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-04-20 21:20:51 -0700
committerYin Huai <yhuai@databricks.com>2016-04-20 21:20:51 -0700
commit8045814114d41dc17130ebc71f9e48d28ca959ca (patch)
tree923bd39a5ca5feac519b4da04296beb89ce25d28 /sql/core/src/main/scala/org/apache
parent90933e2afaec170b0f82ef61a443d69c40f4cda5 (diff)
downloadspark-8045814114d41dc17130ebc71f9e48d28ca959ca.tar.gz
spark-8045814114d41dc17130ebc71f9e48d28ca959ca.tar.bz2
spark-8045814114d41dc17130ebc71f9e48d28ca959ca.zip
[SPARK-14782][SPARK-14778][SQL] Remove HiveConf dependency from HiveSqlAstBuilder
## What changes were proposed in this pull request? The patch removes HiveConf dependency from HiveSqlAstBuilder. This is required in order to merge HiveSqlParser and SparkSqlAstBuilder, which would require getting rid of the Hive specific dependencies in HiveSqlParser. This patch also accomplishes [SPARK-14778] Remove HiveSessionState.substitutor. ## How was this patch tested? This should be covered by existing tests. Author: Reynold Xin <rxin@databricks.com> Closes #12550 from rxin/SPARK-14782.
Diffstat (limited to 'sql/core/src/main/scala/org/apache')
-rw-r--r--sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala b/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
index 2770552050..6e7c1bc133 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -289,7 +289,7 @@ object SQLConf {
val DEFAULT_DATA_SOURCE_NAME = SQLConfigBuilder("spark.sql.sources.default")
.doc("The default data source to use in input/output.")
.stringConf
- .createWithDefault("org.apache.spark.sql.parquet")
+ .createWithDefault("parquet")
// This is used to control the when we will split a schema's JSON string to multiple pieces
// in order to fit the JSON string in metastore's table property (by default, the value has