From d8b3c189d7b57d30cbfd82a174b907fa7d42345a Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Mon, 27 Jul 2015 18:27:06 +0800 Subject: [PATCH] Remove improper and failed test that checks schema stored by Hive. --- .../apache/spark/sql/hive/execution/SQLQuerySuite.scala | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala b/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala index 8371dd0716c06..384e3ac856105 100644 --- a/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala +++ b/sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/SQLQuerySuite.scala @@ -406,14 +406,6 @@ class SQLQuerySuite extends QueryTest with SQLTestUtils { | FROM src | ORDER BY key, value""".stripMargin).collect() - checkExistence(sql("DESC EXTENDED ctas5"), true, - "name:key", "type:string", "name:value", "ctas5", - "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat", - "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat", - "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe", - "MANAGED_TABLE" - ) - // use the Hive SerDe for parquet tables withSQLConf(HiveContext.CONVERT_METASTORE_PARQUET.key -> "false") { checkAnswer(