SparkQA commented on pull request #34056: URL: https://github.com/apache/spark/pull/34056#issuecomment-947200097
**[Test build #144430 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/144430/testReport)** for PR 34056 at commit [`574a722`](https://github.com/apache/spark/commit/574a722665557a6b44b0811fbb2d42292b681032). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `public class JavaModuleOptions ` * `class HistogramPlotBase(NumericPlotBase):` * `class KdePlotBase(NumericPlotBase):` * ` new_class = type(NameTypeHolder.short_name, (NameTypeHolder,), ` * `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 AesEncrypt(input: Expression, key: Expression, child: Expression)` * `case class AesDecrypt(input: Expression, key: Expression, child: Expression)` * `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 ` -- 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]
