Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/6762#issuecomment-117904884
  
      [Test build #36328 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/36328/console)
 for   PR 6762 at commit 
[`1e82117`](https://github.com/apache/spark/commit/1e821172281206af9e1569acd5f8b78b2dcacfe5).
     * 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 `
      * `trait ExtractValue `
      * `abstract class ExtractValueWithStruct extends UnaryExpression with 
ExtractValue `
      * `abstract class ExtractValueWithOrdinal extends BinaryExpression with 
ExtractValue `
      * `      class SpecificOrdering extends $`
      * `    class SpecificProjection extends $`
      * `    final class SpecificRow extends $`
      * `case class Crc32(child: Expression)`
      * `trait String2StringExpression extends AutoCastInputTypes `
      * `case class Upper(child: Expression) extends UnaryExpression with 
String2StringExpression `
      * `case class Lower(child: Expression) extends UnaryExpression with 
String2StringExpression `
      * `case class StringTrim(child: Expression)`
      * `case class StringTrimLeft(child: Expression)`
      * `case class StringTrimRight(child: Expression)`
      * `case class StringInstr(str: Expression, substr: Expression)`
      * `case class StringLocate(substr: Expression, str: Expression, start: 
Expression)`
      * `case class StringLPad(str: Expression, len: Expression, pad: 
Expression)`
      * `case class StringRPad(str: Expression, len: Expression, pad: 
Expression)`
      * `case class StringFormat(children: Expression*) extends Expression `
      * `case class StringRepeat(str: Expression, times: Expression)`
      * `case class StringReverse(child: Expression) extends UnaryExpression 
with String2StringExpression `
      * `case class StringSpace(child: Expression) extends UnaryExpression with 
AutoCastInputTypes `
      * `case class StringSplit(str: Expression, pattern: Expression)`
      * `    // 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 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

Reply via email to