Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/8880#issuecomment-146415751
  
      [Test build #43375 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43375/console)
 for   PR 8880 at commit 
[`acb5c89`](https://github.com/apache/spark/commit/acb5c89efb0e987acf476020db850ba9add14a75).
     * This patch **passes all tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class CipherSuite(name: String, algoBlockSize: Int) `
      * `abstract class CryptoCodec() `
      * `class CryptoInputStream(`
      * `class CryptoOutputStream(out: OutputStream, codecVal: CryptoCodec, 
bufferSizeVal: Int,`
      * `trait Decryptor `
      * `trait Encryptor `
      * `  class JceAesCtrCipher(mode: Int, provider: String) extends Encryptor 
with Decryptor `
      * `class HasWeightCol(Params):`
      * `class IsotonicRegression(JavaEstimator, HasFeaturesCol, HasLabelCol, 
HasPredictionCol,`
      * `class IsotonicRegressionModel(JavaModel):`
      * `case class Average(child: Expression) extends DeclarativeAggregate `
      * `case class Count(child: Expression) extends DeclarativeAggregate `
      * `case class First(child: Expression) extends DeclarativeAggregate `
      * `case class Last(child: Expression) extends DeclarativeAggregate `
      * `case class Max(child: Expression) extends DeclarativeAggregate `
      * `case class Min(child: Expression) extends DeclarativeAggregate `
      * `abstract class StddevAgg(child: Expression) extends 
DeclarativeAggregate `
      * `case class Sum(child: Expression) extends DeclarativeAggregate `
      * `case class RoundRobinPartitioning(numPartitions: Int) extends 
Partitioning `
      * `case class Coalesce(numPartitions: Int, child: SparkPlan) extends 
UnaryNode `



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