SparkQA commented on pull request #29326: URL: https://github.com/apache/spark/pull/29326#issuecomment-871176432
**[Test build #140430 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/140430/testReport)** for PR 29326 at commit [`4e6da9c`](https://github.com/apache/spark/commit/4e6da9c6e730e5564c33012c2a1d72ac7c383cda). * This patch **fails Spark unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `class GroupBy(Generic[FrameLike], metaclass=ABCMeta):` * `class SparkIndexOpsMethods(Generic[IndexOpsLike], metaclass=ABCMeta):` * `class RollingAndExpanding(Generic[FrameLike], metaclass=ABCMeta):` * `class RollingLike(RollingAndExpanding[FrameLike]):` * `class Rolling(RollingLike[FrameLike]):` * `class RollingGroupby(RollingLike[FrameLike]):` * `class ExpandingLike(RollingAndExpanding[FrameLike]):` * `class Expanding(ExpandingLike[FrameLike]):` * `class ExpandingGroupby(ExpandingLike[FrameLike]):` * `sealed trait FieldPosition extends LeafExpression with Unevaluable ` * `case class UnresolvedFieldPosition(` * `case class ResolvedFieldName(path: Seq[String], field: StructField) extends FieldName ` * `case class ResolvedFieldPosition(position: ColumnPosition) extends FieldPosition` * `case class ArraysZip(children: Seq[Expression], names: Seq[Expression])` * `case class AlterTableAlterColumn(` * `case class ShowCreateTableExec(` -- 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]
