Skip to content

Commit b766af9

Browse files
Remove a test.
1 parent d52e1bd commit b766af9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,6 @@ class HiveQuerySuite extends HiveComparisonTest {
159159
hql("SELECT * FROM src").toString
160160
}
161161

162-
test("HiveContext initializes its SQLConf to pick up its HiveConf's current params") {
163-
import scala.collection.JavaConversions._ // implicits for java.util.Properties
164-
val hiveconfSet: Set[(String, String)] = hiveconf.getAllProperties.toSeq.toSet
165-
val sqlconfSet: Set[(String, String)] = sqlConf.getAll.toSet
166-
assert(sqlconfSet.intersect(hiveconfSet) === sqlconfSet)
167-
assert(sqlConf.getAll.size > 0, "The two confs should not be empty")
168-
}
169-
170162
test("parse HQL set commands") {
171163
// Adapted from its SQL counterpart.
172164
val testKey = "spark.sql.key.usedfortestonly"

0 commit comments

Comments
 (0)