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-581060753
 
 
   **[Test build #117719 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/117719/testReport)**
 for PR 27429 at commit 
[`7316cca`](https://github.com/apache/spark/commit/7316ccae24eb0186ce32753340365e2ed520b3d6).
    * This patch **fails Spark unit tests**.
    * This patch merges cleanly.
    * This patch adds the following public classes _(experimental)_:
     * `case class Offset(offsetExpr: Expression, child: LogicalPlan) extends 
OrderPreservingUnaryNode `
     * `case class GlobalLimit(`
     * `case class LocalLimit(`
     * `case class CollectLimitExec(limit: Int, offset: Int, child: SparkPlan) 
extends LimitExec `
     * `case class LocalLimitExec(limit: Int, child: SparkPlan, offset: Int = 
0) extends BaseLimitExec `
     * `case class GlobalLimitExec(limit: Int, child: SparkPlan, offset: Int = 
0) extends BaseLimitExec `

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to