) works in window function | 0.47 sec | Passed |
), input rows contains null, with group by | 0.61 sec | Passed |
), input rows contains null, with out group by | 0.52 sec | Passed |
SPARK-24013: unneeded compress can cause performance issues with sorted input | 3.8 sec | Passed |
percentile_approx(), aggregation on empty input table, no group by | 0.2 sec | Passed |
percentile_approx(), aggregation on empty input table, with group by | 56 ms | Passed |
percentile_approx(null), aggregation with group by | 0.4 sec | Passed |
percentile_approx(null), aggregation without group by | 0.45 sec | Passed |
percentile_approx, array of percentile value | 0.45 sec | Passed |
percentile_approx, different column types | 0.46 sec | Passed |
percentile_approx, multiple records with the minimum value in a partition | 0.2 sec | Passed |
percentile_approx, single percentile value | 0.53 sec | Passed |
percentile_approx, supports constant folding for parameter accuracy and percentages | 0.26 sec | Passed |
percentile_approx, the first element satisfies small percentages | 0.22 sec | Passed |
percentile_approx, with different accuracies | 3.3 sec | Passed |