spark git commit: [SPARK-9674][SQL] Remove GeneratedAggregate.

2015-08-05 Thread rxin
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 [

spark git commit: [SPARK-9674][SQL] Remove GeneratedAggregate.

2015-08-05 Thread rxin
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