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 b2bfb33 commit 0c77c41Copy full SHA for 0c77c41
sql/core/src/test/scala/org/apache/spark/sql/DataFrameFunctionsSuite.scala
@@ -95,7 +95,7 @@ class DataFrameFunctionsSuite extends QueryTest with SharedSQLContext {
95
val msg2 = intercept[Exception] {
96
df6.select(map_from_arrays($"k", $"v")).collect
97
}.getMessage
98
- assert(msg2.contains("The given two arrays should have the same length"))
+ assert(msg2.contains("The key array and value array of MapData must have the same length"))
99
}
100
101
test("struct with column name") {
0 commit comments