Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/4491#issuecomment-83379569
  
      [Test build #28857 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/28857/consoleFull)
 for   PR 4491 at commit 
[`0d759d1`](https://github.com/apache/spark/commit/0d759d129213079da49714183a03fcbd97acc180).
     * This patch **fails Scala style tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `abstract class AesCtrCryptoCodec extends CryptoCodec `
      * `case class CipherSuite(name: String, algoBlockSize: Int) `
      * `abstract case class CryptoCodec() `
      * `class CryptoInputStream(in: InputStream, codecVal: CryptoCodec,`
      * `class CryptoOutputStream(out: OutputStream, codecVal: CryptoCodec, 
bufferSizeVal: Int,`
      * `trait Decryptor `
      * `trait Encryptor `
      * `class JceAesCtrCryptoCodec(conf:SparkConf) extends AesCtrCryptoCodec 
with Logging `
      * `  class JceAesCtrCipher(mode: Int, provider: String) extends Encryptor 
with Decryptor `
      * `class OpensslAesCtrCryptoCodec(conf:SparkConf) extends 
AesCtrCryptoCodec with Logging `



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