spark git commit: [SPARK-11899][SQL] API audit for GroupedDataset.

2015-11-21 Thread rxin
Repository: spark Updated Branches: refs/heads/master 596710268 -> ff442bbcf [SPARK-11899][SQL] API audit for GroupedDataset. 1. Renamed map to mapGroup, flatMap to flatMapGroup. 2. Renamed asKey -> keyAs. 3. Added more documentation. 4. Changed type parameter T to V on GroupedDataset. 5. Adde

spark git commit: [SPARK-11899][SQL] API audit for GroupedDataset.

2015-11-21 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.6 05547183b -> 8c718a577 [SPARK-11899][SQL] API audit for GroupedDataset. 1. Renamed map to mapGroup, flatMap to flatMapGroup. 2. Renamed asKey -> keyAs. 3. Added more documentation. 4. Changed type parameter T to V on GroupedDataset. 5.