Skip to content

Commit c217395

Browse files
committed
addressed review comments
1 parent d507cfc commit c217395

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/DatasetSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ class DatasetSuite extends QueryTest with SharedSQLContext {
988988
}
989989
}
990990

991-
test("array") {
991+
test("identity map for primitive array") {
992992
val arrayByte = Array(1.toByte, 2.toByte, 3.toByte)
993993
val arrayInt = Array(1, 2, 3)
994994
val arrayLong = Array(1.toLong, 2.toLong, 3.toLong)

0 commit comments

Comments
 (0)