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 d507cfc commit c217395Copy full SHA for c217395
sql/core/src/test/scala/org/apache/spark/sql/DatasetSuite.scala
@@ -988,7 +988,7 @@ class DatasetSuite extends QueryTest with SharedSQLContext {
988
}
989
990
991
- test("array") {
+ test("identity map for primitive array") {
992
val arrayByte = Array(1.toByte, 2.toByte, 3.toByte)
993
val arrayInt = Array(1, 2, 3)
994
val arrayLong = Array(1.toLong, 2.toLong, 3.toLong)
0 commit comments