SparkQA commented on pull request #32980: URL: https://github.com/apache/spark/pull/32980#issuecomment-871013880
**[Test build #140369 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/140369/testReport)** for PR 32980 at commit [`2ecb592`](https://github.com/apache/spark/commit/2ecb5926b0cad7703ed67d7142216275428cc551). * This patch passes all tests. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `public class MergedBlockMetaRequest extends AbstractMessage implements RequestMessage ` * `public class MergedBlockMetaSuccess extends AbstractResponseMessage ` * `public abstract class AbstractFetchShuffleBlocks extends BlockTransferMessage ` * `public class FetchShuffleBlockChunks extends AbstractFetchShuffleBlocks ` * `public class FetchShuffleBlocks extends AbstractFetchShuffleBlocks ` * `final case class FileNameSpec(prefix: String, suffix: String)` * ` class AvroSchemaHelper(avroSchema: Schema, avroPath: Seq[String]) ` * `class DecimalOps(FractionalOps):` * `class IntegralExtensionOps(IntegralOps):` * `class FractionalExtensionOps(FractionalOps):` * `class StringExtensionOps(StringOps):` * ` new_class = type(\"NameType\", (NameTypeHolder,), ` * `class GroupBy(Generic[T_Frame], metaclass=ABCMeta):` * `class DataFrameGroupBy(GroupBy[DataFrame]):` * `class SeriesGroupBy(GroupBy[Series]):` * ` new_class = type(\"NameType\", (NameTypeHolder,), ` * `class SparkIndexOpsMethods(Generic[T_IndexOps], metaclass=ABCMeta):` * `class SparkSeriesMethods(SparkIndexOpsMethods[\"ps.Series\"]):` * `class SparkIndexMethods(SparkIndexOpsMethods[\"ps.Index\"]):` * `class RollingAndExpanding(Generic[T_Frame], metaclass=ABCMeta):` * `class RollingLike(RollingAndExpanding[T_Frame]):` * `class Rolling(RollingLike[T_Frame]):` * `class RollingGroupby(RollingLike[T_Frame]):` * `class ExpandingLike(RollingAndExpanding[T_Frame]):` * `class Expanding(ExpandingLike[T_Frame]):` * `class ExpandingGroupby(ExpandingLike[T_Frame]):` * `sealed trait FieldName extends LeafExpression with Unevaluable ` * `case class UnresolvedFieldName(name: Seq[String]) extends FieldName ` * `case class ResolvedFieldName(name: Seq[String]) extends FieldName` * `case class Cast(` * `case class GetTimestampWithoutTZ(` * `case class ParseToTimestampWithoutTZ(` * `case class RebalancePartitions(` * `trait AlterTableCommand extends UnaryCommand ` * `case class AlterTableDropColumns(` * `case class AlterTableRenameColumn(` * ` new SparkException(s\"Cannot find catalog plugin class for catalog '$name': $pluginClassName\")` * ` new SparkException(\"Cannot instantiate abstract catalog plugin class for \" +` * ` new SparkException(s\"Can not load in UserDefinedType $` * `final class ParquetReadState ` * `case class MergingSessionsExec(` * `class MergingSessionsIterator(` * `trait StatefulOperatorCustomMetric ` * `case class StatefulOperatorCustomSumMetric(name: String, desc: String)` * `trait TestGroupState[S] extends GroupState[S] ` -- 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]
