From bdadcc53011b49103147ec07af738ad904266489 Mon Sep 17 00:00:00 2001 From: Yin Huai Date: Tue, 26 Jan 2016 08:32:26 -0800 Subject: [PATCH] [SPARK-12682][SQL][HOT-FIX] Fix test compilation --- .../org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala b/sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala index 2061d2c8d53e..cd83178d9152 100644 --- a/sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala +++ b/sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala @@ -854,7 +854,6 @@ class MetastoreDataSourcesSuite extends QueryTest with SQLTestUtils with TestHiv tableIdent = TableIdentifier("not_skip_hive_metadata"), userSpecifiedSchema = Some(schema), partitionColumns = Array.empty[String], - bucketSpec = None, provider = "parquet", options = Map("path" -> "just a dummy path", "skipHiveMetadata" -> "false"), isExternal = false) @@ -868,7 +867,6 @@ class MetastoreDataSourcesSuite extends QueryTest with SQLTestUtils with TestHiv tableIdent = TableIdentifier("skip_hive_metadata"), userSpecifiedSchema = Some(schema), partitionColumns = Array.empty[String], - bucketSpec = None, provider = "parquet", options = Map("path" -> "just a dummy path", "skipHiveMetadata" -> "true"), isExternal = false)