Repository: spark
Updated Branches:
refs/heads/branch-1.5 f24cd8cb9 -> 252eb6193
[SPARK-9674][SQL] Remove GeneratedAggregate.
The new aggregate replaces the old GeneratedAggregate.
Author: Reynold Xin
Closes #7983 from rxin/remove-generated-agg and squashes the following commits:
8334aae [
Repository: spark
Updated Branches:
refs/heads/master 119b59053 -> 9270bd06f
[SPARK-9674][SQL] Remove GeneratedAggregate.
The new aggregate replaces the old GeneratedAggregate.
Author: Reynold Xin
Closes #7983 from rxin/remove-generated-agg and squashes the following commits:
8334aae [Reyn