Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/5740#issuecomment-96951332
[Test build #31126 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/31126/consoleFull)
for PR 5740 at commit
[`f02c3c3`](https://github.com/apache/spark/commit/f02c3c3ac1066e841615d07f2e003357b2f863f3).
* This patch **fails RAT tests**.
* This patch merges cleanly.
* This patch adds the following public classes _(experimental)_:
* `class Param[T] (val parent: Params, val name: String, val doc: String,
val isValid: T => Boolean)`
* `class DoubleParam(parent: Params, name: String, doc: String, isValid:
Double => Boolean)`
* `class IntParam(parent: Params, name: String, doc: String, isValid: Int
=> Boolean)`
* `class FloatParam(parent: Params, name: String, doc: String, isValid:
Float => Boolean)`
* `class LongParam(parent: Params, name: String, doc: String, isValid:
Long => Boolean)`
* `class BooleanParam(parent: Params, name: String, doc: String) // No
need for isValid`
* `case class ParamPair[T](param: Param[T], value: T) `
* This patch does not change any dependencies.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]