You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Executing an approx_percentile query against a single row of input and with no group by clause causes an UnsupportedOperationException.
java.lang.UnsupportedOperationException: approx_percentile does not support reduction
at com.nvidia.spark.rapids.GpuApproximatePercentile.initialValues$lzycompute(GpuApproximatePercentile.scala:69)
Expected behavior
Should not fail.
Environment details (please complete the following information)
Spark 3.1.1 local mode
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the bug
Executing an
approx_percentile
query against a single row of input and with no group by clause causes anUnsupportedOperationException
.Steps/Code to reproduce bug
Fails with:
Expected behavior
Should not fail.
Environment details (please complete the following information)
Spark 3.1.1 local mode
Additional context
None
The text was updated successfully, but these errors were encountered: