Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/7195#issuecomment-118151998
  
      [Test build #36418 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36418/console)
 for   PR 7195 at commit 
[`50aa382`](https://github.com/apache/spark/commit/50aa38275d97fa208e1af015134e476179b8af26).
     * This patch **fails Spark unit tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `  case class Heartbeat(workerId: String, worker: RpcEndpointRef) 
extends DeployMessage`
      * `  case class RegisteredWorker(master: RpcEndpointRef, masterWebUiUrl: 
String) extends DeployMessage`
      * `  case class RegisterApplication(appDescription: 
ApplicationDescription, driver: RpcEndpointRef)`
      * `  case class RegisteredApplication(appId: String, master: 
RpcEndpointRef) extends DeployMessage`
      * `  case class SubmitDriverResponse(`
      * `  case class KillDriverResponse(`
      * `  case class MasterChanged(master: RpcEndpointRef, masterWebUiUrl: 
String)`
      * `class DCT(override val uid: String)`
      * `class MinMaxScaler(override val uid: String)`
      * `class PCA (override val uid: String) extends Estimator[PCAModel] with 
PCAParams `
      * `class StreamingLinearAlgorithm(object):`
      * `class StreamingLinearRegressionWithSGD(StreamingLinearAlgorithm):`
      * `class AnalysisException(Exception):`
      * `class FlumeUtils(object):`
      * `case class Cast(child: Expression, dataType: DataType) extends 
UnaryExpression with Logging `
      * `trait ExpectsInputTypes `
      * `trait AutoCastInputTypes `
      * `abstract class BinaryExpression extends Expression with 
trees.BinaryNode[Expression] `
      * `abstract class BinaryOperator extends BinaryExpression `
      * `trait ExtractValue `
      * `abstract class ExtractValueWithStruct extends UnaryExpression with 
ExtractValue `
      * `abstract class ExtractValueWithOrdinal extends BinaryExpression with 
ExtractValue `
      * `abstract class BinaryArithmetic extends BinaryOperator `
      * `      class SpecificOrdering extends $`
      * `    class SpecificProjection extends $`
      * `    final class SpecificRow extends $`
      * `case class CreateNamedStruct(children: Seq[Expression]) extends 
Expression `
      * `case class Hex(child: Expression) extends UnaryExpression with 
Serializable  `
      * `case class ShiftLeft(left: Expression, right: Expression) extends 
BinaryExpression `
      * `case class ShiftRight(left: Expression, right: Expression) extends 
BinaryExpression `
      * `case class UnHex(child: Expression) extends UnaryExpression with 
Serializable `
      * `case class Sha1(child: Expression) extends UnaryExpression with 
AutoCastInputTypes `
      * `case class Crc32(child: Expression)`
      * `case class Not(child: Expression) extends UnaryExpression with 
Predicate with AutoCastInputTypes `
      * `abstract class BinaryComparison extends BinaryOperator with Predicate `
      * `trait StringRegexExpression extends AutoCastInputTypes `
      * `trait CaseConversionExpression extends AutoCastInputTypes `
      * `trait StringComparison extends AutoCastInputTypes `
      * `case class StringLength(child: Expression) extends UnaryExpression 
with AutoCastInputTypes `
      * `    // compiled class file for the closure here will conflict with the 
one in callUDF (upper case).`



---
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]

Reply via email to