Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5806#issuecomment-97732074 [Test build #31410 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/31410/consoleFull) for PR 5806 at commit [`d5a9933`](https://github.com/apache/spark/commit/d5a99337c86c92e705098b95f844b928e5129213). * This patch **fails Spark unit 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) ` * `class KMeansModel (` * `trait PMMLExportable ` * `class SimpleCatalog(val conf: CatalystConf) extends Catalog ` * This patch **adds the following new dependencies:** * `jaxb-api-2.2.7.jar` * `jaxb-core-2.2.7.jar` * `jaxb-impl-2.2.7.jar` * `pmml-agent-1.1.15.jar` * `pmml-model-1.1.15.jar` * `pmml-schema-1.1.15.jar` * This patch **removes the following dependencies:** * `activation-1.1.jar` * `jaxb-api-2.2.2.jar` * `jaxb-impl-2.2.3-1.jar`
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org