spark-rapids
spark-rapids copied to clipboard
[FEA] Support Percentile
I wish we can support function Percentile.
Eg:
select percentile(ss_wholesale_cost,0.1) from tpcds.store_sales limit 10;
! <Percentile> percentile(ss_wholesale_cost#82, 0.1, 1, 0, 0) cannot run on GPU because GPU does not currently support the operator class org.apache.spark.sql.catalyst.expressions.aggregate.Percentile