spark git commit: [SPARK-9920] [SQL] The simpleString of TungstenAggregate does not show its output

2015-08-12 Thread rxin
Repository: spark Updated Branches: refs/heads/master 2fb4901b7 - 227821905 [SPARK-9920] [SQL] The simpleString of TungstenAggregate does not show its output https://issues.apache.org/jira/browse/SPARK-9920 Taking `sqlContext.sql(select i, sum(j1) as sum from testAgg group by i).explain()`

spark git commit: [SPARK-9920] [SQL] The simpleString of TungstenAggregate does not show its output

2015-08-12 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 3d1b9f007 - 3b1b8ea3e [SPARK-9920] [SQL] The simpleString of TungstenAggregate does not show its output https://issues.apache.org/jira/browse/SPARK-9920 Taking `sqlContext.sql(select i, sum(j1) as sum from testAgg group by