SparkQA commented on pull request #28902: URL: https://github.com/apache/spark/pull/28902#issuecomment-668316358
**[Test build #127011 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/127011/testReport)** for PR 28902 at commit [`bc06c90`](https://github.com/apache/spark/commit/bc06c90075ca2bc07897fe06027c2f4aeed70601). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class RegExpExtractAll(subject: Expression, regexp: Expression, idx: Expression)` * ` .doc(\"The name of a class that implements \" +` * `trait CachedBatch ` * `trait CachedBatchSerializer extends Serializable ` * `trait SimpleMetricsCachedBatch extends CachedBatch ` * `abstract class SimpleMetricsCachedBatchSerializer extends CachedBatchSerializer with Logging ` * `case class ColumnarToRowExec(child: SparkPlan) extends ColumnarToRowTransition with CodegenSupport ` * `case class ApplyColumnarRulesAndInsertTransitions(` * `class ColumnStatisticsSchema(a: Attribute) extends Serializable ` * `class PartitionStatistics(tableSchema: Seq[Attribute]) extends Serializable ` * `case class DefaultCachedBatch(numRows: Int, buffers: Array[Array[Byte]], stats: InternalRow)` * `class DefaultCachedBatchSerializer extends SimpleMetricsCachedBatchSerializer ` * `trait HashJoin extends BaseJoinExec with CodegenSupport ` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
