GitHub user rxin opened a pull request:

    https://github.com/apache/spark/pull/16300

    [SPARK-18892][SQL] Alias percentile_approx approx_percentile

    ## What changes were proposed in this pull request?
    percentile_approx is the name used in Hive, and approx_percentile is the 
name used in Presto. approx_percentile is actually more consistent with our 
approx_count_distinct. Given the cost to alias SQL functions is low 
(one-liner), it'd be better to just alias them so it is easier to use.
    
    ## How was this patch tested?
    Technically I could add an end-to-end test to verify this one-line change, 
but it seemed too trivial to me.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rxin/spark SPARK-18892

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/16300.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #16300
    
----
commit 01dded0dc36a3ea1f178215d31e8659bafdb56ce
Author: Reynold Xin <r...@databricks.com>
Date:   2016-12-16T00:45:27Z

    [SPARK-18892][SQL] Alias percentile_approx approx_percentile

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to