spark-instrumented-optimizer/sql/hive
Michael Armbrust 22ba21348b [SPARK-13087][SQL] Fix group by function for sort based aggregation
It is not valid to call `toAttribute` on a `NamedExpression` unless we know for sure that the child produced that `NamedExpression`.  The current code worked fine when the grouping expressions were simple, but when they were a derived value this blew up at execution time.

Author: Michael Armbrust <michael@databricks.com>

Closes #11013 from marmbrus/groupByFunction-master.
2016-02-02 16:48:59 +08:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-12848][SQL] Change parsed decimal literal datatype from Double to Decimal 2016-01-20 15:13:01 -08:00
src [SPARK-13087][SQL] Fix group by function for sort based aggregation 2016-02-02 16:48:59 +08:00
pom.xml [SPARK-6363][BUILD] Make Scala 2.11 the default Scala version 2016-01-30 00:20:28 -08:00