Github user jkbradley commented on a diff in the pull request:
https://github.com/apache/spark/pull/20686#discussion_r173600416
--- Diff:
mllib/src/test/scala/org/apache/spark/ml/feature/VectorAssemblerSuite.scala ---
@@ -58,14 +57,16 @@ class VectorAssemblerSuite
assert(v2.isInstanceOf[DenseVector])
}
- test("VectorAssembler") {
+ ignore("VectorAssembler") {
--- End diff --
Don't ignore; just test on batch. This case is solved with VectorSizeHint.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]