spark git commit: [SPARK-11528] [SQL] Typed aggregations for Datasets

2015-11-05 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master eec74ba8b -> 363a476c3 [SPARK-11528] [SQL] Typed aggregations for Datasets This PR adds the ability to do typed SQL aggregations. We will likely also want to provide an interface to allow users to do aggregations on objects, but this is

spark git commit: [SPARK-11528] [SQL] Typed aggregations for Datasets

2015-11-05 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.6 1b43dd391 -> 1cfad7d55 [SPARK-11528] [SQL] Typed aggregations for Datasets This PR adds the ability to do typed SQL aggregations. We will likely also want to provide an interface to allow users to do aggregations on objects, but this