Github user jkbradley commented on a diff in the pull request:
https://github.com/apache/spark/pull/20686#discussion_r173600331
--- Diff:
mllib/src/test/scala/org/apache/spark/ml/feature/RFormulaSuite.scala ---
@@ -86,16 +94,19 @@ class RFormulaSuite extends MLTest with
DefaultReadWriteTest {
}
}
- test("label column already exists but is not numeric type") {
+ ignore("label column already exists but is not numeric type") {
--- End diff --
testTransformerByInterceptingException should use ```(Int, Boolean)``` (not
Double)
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]