File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
sql/hive/src/test/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments