Github user WeichenXu123 commented on a diff in the pull request:
https://github.com/apache/spark/pull/19662#discussion_r149567769
--- Diff:
mllib/src/test/scala/org/apache/spark/ml/feature/VectorAssemblerSuite.scala ---
@@ -126,4 +126,25 @@ class VectorAssemblerSuite
.setOutputCol("myOutputCol")
testDefaultReadWrite(t)
}
+
+ test("VectorAssembler's UDF should not apply on filtered data") {
--- End diff --
mark the [SPARK-22446] on the test name.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]