We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9a96b commit 9fa02f5Copy full SHA for 9fa02f5
sql/core/src/test/scala/org/apache/spark/sql/DataTypeSuite.scala
@@ -30,7 +30,7 @@ class DataTypeSuite extends FunSuite {
30
test("construct an MapType") {
31
val map = MapType(StringType, IntegerType)
32
33
- assert(MapType(StringType, IntegerType, true) === map)
+ assert(MapType(StringType, IntegerType, false) === map)
34
}
35
36
test("extract fields from a StructType") {
0 commit comments