SparkQA commented on issue #23383: [SPARK-23817][SQL] Migrate ORC file format read path to data source V2 URL: https://github.com/apache/spark/pull/23383#issuecomment-451376348 **[Test build #100718 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/100718/testReport)** for PR 23383 at commit [`e1242a4`](https://github.com/apache/spark/commit/e1242a4490958a6855e11722dc9dbe38d4c882ee). * This patch **fails SparkR unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class FallBackFileDataSourceToV1(sparkSession: SparkSession) extends Rule[LogicalPlan] ` * `case class FilePartition(index: Int, files: Seq[PartitionedFile])` * `class EmptyPartitionReader[T] extends PartitionReader[T] ` * `trait FileDataSourceV2 extends TableProvider with DataSourceRegister ` * `class FilePartitionReader[T](` * `abstract class FilePartitionReaderFactory extends PartitionReaderFactory ` * `abstract class FileScan(` * `abstract class FileScanBuilder(fileIndex: PartitioningAwareFileIndex, schema: StructType)` * `abstract class FileTable(` * `class PartitionRecordReader[T](` * `class PartitionRecordDReaderWithProject[X, T](` * `class OrcDataSourceV2 extends FileDataSourceV2 ` * `case class OrcPartitionReaderFactory(` * `case class OrcScan(` * `case class OrcScanBuilder(` * `case class OrcTable(`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
