File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -558,16 +558,6 @@ class HashExpressionsSuite extends SparkFunSuite with ExpressionEvalHelper {
558558 .add(" arrayOfStruct" , ArrayType (structOfString))
559559 .add(" arrayOfUDT" , arrayOfUDT))
560560
561- testHash(
562- new StructType ()
563- .add(" mapOfIntAndString" , MapType (IntegerType , StringType ))
564- .add(" mapOfStringAndArray" , MapType (StringType , arrayOfString))
565- .add(" mapOfArrayAndInt" , MapType (arrayOfString, IntegerType ))
566- .add(" mapOfArray" , MapType (arrayOfString, arrayOfString))
567- .add(" mapOfStringAndStruct" , MapType (StringType , structOfString))
568- .add(" mapOfStructAndString" , MapType (structOfString, StringType ))
569- .add(" mapOfStruct" , MapType (structOfString, structOfString)))
570-
571561 testHash(
572562 new StructType ()
573563 .add(" structOfString" , structOfString)
You can’t perform that action at this time.
0 commit comments