Skip to content

Commit 9fa02f5

Browse files
committed
Fix a test failure.
1 parent 1a9a96b commit 9fa02f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/DataTypeSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class DataTypeSuite extends FunSuite {
3030
test("construct an MapType") {
3131
val map = MapType(StringType, IntegerType)
3232

33-
assert(MapType(StringType, IntegerType, true) === map)
33+
assert(MapType(StringType, IntegerType, false) === map)
3434
}
3535

3636
test("extract fields from a StructType") {

0 commit comments

Comments
 (0)