0 in window partition keys | 1.8 sec | Passed |
SPARK-12989 ExtractWindowExpressions treats alias as regular attribute | 0.42 sec | Passed |
SPARK-16195 empty over spec | 0.7 sec | Passed |
SPARK-21258: complex object in combination with spilling | 0.57 sec | Passed |
SPARK-24575: Window functions inside WHERE and HAVING clauses | 68 ms | Passed |
Window spill with less than the inMemoryThreshold | 0.3 sec | Passed |
Window spill with more than the inMemoryThreshold and spillThreshold | 0.27 sec | Passed |
Window spill with more than the inMemoryThreshold but less than the spillThreshold | 0.2 sec | Passed |
aggregation and range between with unbounded + predicate pushdown | 0.65 sec | Passed |
aggregation and rows between with unbounded + predicate pushdown | 0.5 sec | Passed |
aggregation function on invalid column | 11 ms | Passed |
collect_list in ascending ordered window | 0.51 sec | Passed |
collect_list in descending ordered window | 0.42 sec | Passed |
collect_set in window | 1 sec | Passed |
corr, covar_pop, stddev_pop functions in specific window | 0.77 sec | Passed |
covar_samp, var_samp (variance), stddev_samp (stddev) functions in specific window | 0.72 sec | Passed |
last/first on descending ordered window | 0.34 sec | Passed |
last/first with ignoreNulls | 2.2 sec | Passed |
null inputs | 1 sec | Passed |
numerical aggregate functions on string column | 0.59 sec | Passed |
rank functions in unspecific window | 0.8 sec | Passed |
reuse window orderBy | 0.33 sec | Passed |
reuse window partitionBy | 2.2 sec | Passed |
skewness and kurtosis functions in window | 0.64 sec | Passed |
statistical functions | 0.79 sec | Passed |
window function should fail if order by clause is not specified | 14 ms | Passed |
window function with aggregates | 0.77 sec | Passed |
window function with aggregator | 0.79 sec | Passed |
window function with udaf | 1.6 sec | Passed |
window functions in multiple selects | 1.2 sec | Passed |