Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/19882
  
    **[Test build #84524 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/84524/testReport)**
 for PR 19882 at commit 
[`baec5fe`](https://github.com/apache/spark/commit/baec5fece95896a28127cd2ac014582874ed5e28).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `class OrcFilterSuite extends OrcTest with SharedSQLContext `
      * `    implicit class IntToBinary(int: Int) `
      * `case class OrcParData(intField: Int, stringField: String)`
      * `case class OrcParDataWithKey(intField: Int, pi: Int, stringField: 
String, ps: String)`
      * `abstract class OrcPartitionDiscoveryTest extends OrcTest `
      * `case class AllDataTypesWithNonPrimitiveType(`
      * `case class BinaryData(binaryData: Array[Byte])`
      * `case class Contact(name: String, phone: String)`
      * `case class Person(name: String, age: Int, contacts: Seq[Contact])`
      * `abstract class OrcQueryTest extends OrcTest `
      * `  test(\"Creating case class RDD table\") `
      * `  test(\"save and load case class RDD with `None`s as orc\") `
      * `class OrcQuerySuite extends OrcQueryTest with SharedSQLContext `
      * `case class OrcData(intField: Int, stringField: String)`
      * `abstract class OrcSuite extends OrcTest with BeforeAndAfterAll `
      * `class OrcSourceSuite extends OrcSuite with SharedSQLContext `
      * `abstract class OrcTest extends QueryTest with SQLTestUtils with 
BeforeAndAfterAll `
      * `class HiveOrcFilterSuite extends OrcTest with TestHiveSingleton `
      * `    implicit class IntToBinary(int: Int) `
      * `class HiveOrcPartitionDiscoverySuite extends OrcPartitionDiscoveryTest 
with TestHiveSingleton  `
      * `class HiveOrcQuerySuite extends OrcQueryTest with TestHiveSingleton `
      * `class HiveOrcSourceSuite extends OrcSuite with TestHiveSingleton `
      * `class HiveOrcHadoopFsRelationSuite extends OrcHadoopFsRelationSuite `


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to