spark git commit: [SPARK-5605][SQL][DF] Allow using String to specify colum name in DSL aggregate functions

2015-02-04 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.3 47e4d579e -> 478ee3f91 [SPARK-5605][SQL][DF] Allow using String to specify colum name in DSL aggregate functions Author: Reynold Xin Closes #4376 from rxin/SPARK-5605 and squashes the following commits: c55f5fa [Reynold Xin] Added a

spark git commit: [SPARK-5605][SQL][DF] Allow using String to specify colum name in DSL aggregate functions

2015-02-04 Thread rxin
Repository: spark Updated Branches: refs/heads/master 9a7ce70ea -> 1fbd124b1 [SPARK-5605][SQL][DF] Allow using String to specify colum name in DSL aggregate functions Author: Reynold Xin Closes #4376 from rxin/SPARK-5605 and squashes the following commits: c55f5fa [Reynold Xin] Added a Pyt