Description
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.
Attachments
Issue Links
- relates to
-
SPARK-16283 Implement percentile_approx SQL function
- Resolved
- links to