Skip to content

Commit d257dce

Browse files
committed
update
1 parent 05a525d commit d257dce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mllib/src/test/scala/org/apache/spark/ml/FunctionsSuite.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ class FunctionsSuite extends MLTest {
5858
}
5959
assert(thrown1.getCause.getMessage.contains(
6060
"function vector_to_array requires a non-null input argument and input type must be " +
61-
"`org.apache.spark.ml.linalg.Vector` or `org.apache.spark.mllib.linalg.Vector`, " +
62-
s"but got ${valType}"))
63-
61+
"`org.apache.spark.ml.linalg.Vector` or `org.apache.spark.mllib.linalg.Vector`, " +
62+
s"but got ${valType}"))
6463
}
6564
}
6665
}

0 commit comments

Comments
 (0)