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-582258807
 
 
   **[Test build #117896 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/117896/testReport)**
 for PR 27429 at commit 
[`8bcee2f`](https://github.com/apache/spark/commit/8bcee2fbdd4b92f5d71bc49e30004a3d1e28f3ef).
    * This patch **fails to generate documentation**.
    * 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:
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