Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-fan committed Nov 27, 2018
1 parent b2bfb33 commit 0c77c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class DataFrameFunctionsSuite extends QueryTest with SharedSQLContext {
val msg2 = intercept[Exception] {
df6.select(map_from_arrays($"k", $"v")).collect
}.getMessage
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"))
}

test("struct with column name") {
Expand Down

0 comments on commit 0c77c41

Please sign in to comment.