Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
WeichenXu123 committed Dec 21, 2019
1 parent 05a525d commit d257dce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mllib/src/test/scala/org/apache/spark/ml/FunctionsSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ class FunctionsSuite extends MLTest {
}
assert(thrown1.getCause.getMessage.contains(
"function vector_to_array requires a non-null input argument and input type must be " +
"`org.apache.spark.ml.linalg.Vector` or `org.apache.spark.mllib.linalg.Vector`, " +
s"but got ${valType}"))

"`org.apache.spark.ml.linalg.Vector` or `org.apache.spark.mllib.linalg.Vector`, " +
s"but got ${valType}"))
}
}
}

0 comments on commit d257dce

Please sign in to comment.