Skip to content

Commit 6ce3dd9

Browse files
committed
[SPARK-12682][SQL][HOT-FIX] Fix test compilation
Author: Yin Huai <[email protected]> Closes #10925 from yhuai/branch-1.6-hot-fix.
1 parent f0c98a6 commit 6ce3dd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,6 @@ class MetastoreDataSourcesSuite extends QueryTest with SQLTestUtils with TestHiv
854854
tableIdent = TableIdentifier("not_skip_hive_metadata"),
855855
userSpecifiedSchema = Some(schema),
856856
partitionColumns = Array.empty[String],
857-
bucketSpec = None,
858857
provider = "parquet",
859858
options = Map("path" -> "just a dummy path", "skipHiveMetadata" -> "false"),
860859
isExternal = false)
@@ -868,7 +867,6 @@ class MetastoreDataSourcesSuite extends QueryTest with SQLTestUtils with TestHiv
868867
tableIdent = TableIdentifier("skip_hive_metadata"),
869868
userSpecifiedSchema = Some(schema),
870869
partitionColumns = Array.empty[String],
871-
bucketSpec = None,
872870
provider = "parquet",
873871
options = Map("path" -> "just a dummy path", "skipHiveMetadata" -> "true"),
874872
isExternal = false)

0 commit comments

Comments
 (0)