You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/12/17 12:02:21 UTC

[GitHub] [spark] beliefer opened a new pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

beliefer opened a new pull request #34936:
URL: https://github.com/apache/spark/pull/34936


   ### What changes were proposed in this pull request?
   `PERCENTILE_CONT` is an ANSI aggregate functions.
   
   The mainstream database supports `percentile_cont` show below:
   **Teradata**
   https://docs.teradata.com/r/kmuOwjp1zEYg98JsB8fu_A/cPkFySIBORL~M938Zv07Cg
   **Snowflake**
   https://docs.snowflake.com/en/sql-reference/functions/percentile_cont.html
   **Oracle**
   https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/PERCENTILE_CONT.html#GUID-CA259452-A565-41B3-A4F4-DD74B66CEDE0
   **H2**
   http://www.h2database.com/html/functions-aggregate.html#percentile_cont
   **Sybase**
   https://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01776.1601/doc/html/san1278453109663.html
   **Exasol**
   https://docs.exasol.com/sql_references/functions/alphabeticallistfunctions/percentile_cont.htm
   **RedShift**
   https://docs.aws.amazon.com/redshift/latest/dg/r_PERCENTILE_CONT.html
   **Yellowbrick**
   https://www.yellowbrick.com/docs/2.2/ybd_sqlref/percentile_cont.html
   
   
   ### Why are the changes needed?
   `PERCENTILE_CONT` is very useful.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'No'. New feature.
   
   
   ### How was this patch tested?
   New tests.
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996697182


   **[Test build #146331 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146331/testReport)** for PR 34936 at commit [`16fb770`](https://github.com/apache/spark/commit/16fb7703339cccb2a7e3ef9b50f2ff2b0f2383ea).


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997042284


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/146331/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996764225


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/50803/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997134865


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/50817/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996711605


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50803/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996722926


   Kubernetes integration test unable to build dist.
   
   exiting with code: 1
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50805/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996697182


   **[Test build #146331 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146331/testReport)** for PR 34936 at commit [`16fb770`](https://github.com/apache/spark/commit/16fb7703339cccb2a7e3ef9b50f2ff2b0f2383ea).


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996688525


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/146329/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997032545


   **[Test build #146331 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146331/testReport)** for PR 34936 at commit [`16fb770`](https://github.com/apache/spark/commit/16fb7703339cccb2a7e3ef9b50f2ff2b0f2383ea).
    * This patch **fails from timeout after a configured wait of `500m`**.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996722953


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/50805/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] beliefer commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
beliefer commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997114957


   retest this please


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] beliefer edited a comment on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
beliefer edited a comment on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-1001578626


   @MaxGekk Thank you for review.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997134865


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/50817/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997133634


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50817/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996742636


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50803/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996687578


   **[Test build #146329 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146329/testReport)** for PR 34936 at commit [`0e4edf3`](https://github.com/apache/spark/commit/0e4edf3191f5bf726d450979db4b458bba693646).


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997042284


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/146331/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997126414


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50817/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996688500


   **[Test build #146329 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146329/testReport)** for PR 34936 at commit [`0e4edf3`](https://github.com/apache/spark/commit/0e4edf3191f5bf726d450979db4b458bba693646).
    * This patch **fails Scala style tests**.
    * This patch **does not merge cleanly**.
    * This patch adds no public classes.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996764225


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/50803/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997152505


   **[Test build #146343 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146343/testReport)** for PR 34936 at commit [`16fb770`](https://github.com/apache/spark/commit/16fb7703339cccb2a7e3ef9b50f2ff2b0f2383ea).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] beliefer commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
beliefer commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997162458


   ping @MaxGekk @gengliangwang cc @cloud-fan 


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996722953


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/50805/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997154317


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/146343/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] MaxGekk closed pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
MaxGekk closed pull request #34936:
URL: https://github.com/apache/spark/pull/34936


   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997119113


   **[Test build #146343 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146343/testReport)** for PR 34936 at commit [`16fb770`](https://github.com/apache/spark/commit/16fb7703339cccb2a7e3ef9b50f2ff2b0f2383ea).


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997119113


   **[Test build #146343 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146343/testReport)** for PR 34936 at commit [`16fb770`](https://github.com/apache/spark/commit/16fb7703339cccb2a7e3ef9b50f2ff2b0f2383ea).


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996688525


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/146329/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-996687578


   **[Test build #146329 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146329/testReport)** for PR 34936 at commit [`0e4edf3`](https://github.com/apache/spark/commit/0e4edf3191f5bf726d450979db4b458bba693646).


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-997154317


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/146343/
   


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] MaxGekk commented on pull request #34936: [SPARK-37676][SQL] Support ANSI Aggregation Function: percentile_cont

Posted by GitBox <gi...@apache.org>.
MaxGekk commented on pull request #34936:
URL: https://github.com/apache/spark/pull/34936#issuecomment-1001563428


   +1, LGTM. Merging to master.
   Thank you, @beliefer .


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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