SPARK-12555 - result should not be corrupted after input columns are reordered | 0.25 sec | Passed |
SPARK-14675: ClassFormatError when use Seq as Aggregator buffer type | 0.28 sec | Passed |
SPARK-15814 Aggregator can return null result | 0.25 sec | Passed |
SPARK-16100: use Map as the buffer type of Aggregator | 0.19 sec | Passed |
SPARK-18147: very complex aggregator result type | 0.36 sec | Passed |
SPARK-24569: Aggregator with output type Option[Boolean] creates column of type Row | 0.49 sec | Passed |
SPARK-24569: groupByKey with Aggregator of output type Option[Boolean] | 0.17 sec | Passed |
SPARK-24762: Aggregator should be able to use Option of Product encoder | 0.53 sec | Passed |
SPARK-30590: untyped select should not accept typed column that needs input type | 0.27 sec | Passed |
Typed aggregation using aggregator | 0.2 sec | Passed |
aggregator in DataFrame/Dataset[Row] | 0.32 sec | Passed |
generic typed sum | 0.61 sec | Passed |
spark-15051 alias of aggregator in DataFrame/Dataset[Row] | 0.39 sec | Passed |
typed aggregation: class input | 0.13 sec | Passed |
typed aggregation: class input with reordering | 0.63 sec | Passed |
typed aggregation: complex input | 0.5 sec | Passed |
typed aggregation: complex result type | 0.36 sec | Passed |