SparkQA commented on pull request #33628: URL: https://github.com/apache/spark/pull/33628#issuecomment-946545987
**[Test build #144402 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144402/testReport)** for PR 33628 at commit [`c79c0ff`](https://github.com/apache/spark/commit/c79c0ff46d8356d17b0384cde4ec9ce0de6d722e). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class HistogramPlotBase(NumericPlotBase):` * `class KdePlotBase(NumericPlotBase):` * `class IndexNameTypeHolder(object):` * ` new_class = type(NameTypeHolder.short_name, (NameTypeHolder,), ` * ` new_class = param.type if isinstance(param, np.dtype) else param` * `class Database(NamedTuple):` * `class Table(NamedTuple):` * `class Column(NamedTuple):` * `class Function(NamedTuple):` * `class SparkUpgradeException(CapturedException):` * ` protected class YarnSchedulerEndpoint(override val rpcEnv: RpcEnv)` * `public class ExpressionImplUtils ` * `public final class TableIndex ` * `public abstract class Filter implements Expression, Serializable ` * `public class ColumnarBatch implements AutoCloseable ` * `public final class ColumnarBatchRow extends InternalRow ` * `class IndexAlreadyExistsException(message: String, cause: Option[Throwable] = None)` * `class NoSuchIndexException(message: String, cause: Option[Throwable] = None)` * `trait ExtractValue extends Expression with NullIntolerant ` * `case class Sec(child: Expression)` * `case class Csc(child: Expression)` * `case class AesEncrypt(input: Expression, key: Expression, child: Expression)` * `case class AesDecrypt(input: Expression, key: Expression, child: Expression)` * `trait OperationHelper extends AliasHelper with PredicateHelper ` * `case class AsOfJoin(` * `case class SetCatalogAndNamespace(child: LogicalPlan) extends UnaryCommand ` * `case class CreateFunction(` * `case class CreateView(` * `case class SkewJoinChildWrapper(plan: SparkPlan) extends LeafExecNode ` * `case class SetCatalogCommand(catalogName: String) extends LeafRunnableCommand ` * `case class SetNamespaceCommand(namespace: Seq[String]) extends LeafRunnableCommand ` * `case class ShowCatalogsCommand(pattern: Option[String]) extends LeafRunnableCommand ` * `case class ShowCurrentNamespaceCommand() extends LeafRunnableCommand ` * `case class WriterBucketSpec(` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
