Github user WeichenXu123 commented on a diff in the pull request:
https://github.com/apache/spark/pull/20686#discussion_r173999125
--- 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 --
@attilapiros You need revert code here and keep old `VectorAssembler`
testsuite here. `VectorAssembler` do not support streaming mode unless you
pipeline a `VectorSizeHint` before it.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]