SparkQA commented on issue #27429: [SPARK-28330][SQL] Support ANSI SQL: result offset clause in query expression URL: https://github.com/apache/spark/pull/27429#issuecomment-582240901 **[Test build #117867 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/117867/testReport)** for PR 27429 at commit [`8bcee2f`](https://github.com/apache/spark/commit/8bcee2fbdd4b92f5d71bc49e30004a3d1e28f3ef). * This patch **fails SparkR unit tests**. * This patch merges cleanly. * This patch adds the following public classes _(experimental)_: * `case class GlobalLimit(limitExpr: Expression, child: LogicalPlan) extends OrderPreservingUnaryNode ` * `case class LocalLimit(limitExpr: Expression, child: LogicalPlan) extends OrderPreservingUnaryNode ` * `case class GlobalLimitAndOffset(` * `case class LocalLimitExec(limit: Int, child: SparkPlan) extends BaseLimitExec ` * `case class GlobalLimitExec(limit: Int, child: SparkPlan) extends BaseLimitExec ` * `case class GlobalLimitAndOffsetExec(`
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
