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