spark-instrumented-optimizer/sql/hive/src/test
Michael Armbrust 39b8193102 [SPARK-2716][SQL] Don't check resolved for having filters.
For queries like `... HAVING COUNT(*) > 9` the expression is always resolved since it contains no attributes.  This was causing us to avoid doing the Having clause aggregation rewrite.

Author: Michael Armbrust <michael@databricks.com>

Closes #1640 from marmbrus/havingNoRef and squashes the following commits:

92d3901 [Michael Armbrust] Don't check resolved for having filters.
2014-07-29 18:14:20 -07:00
..
resources [SPARK-2716][SQL] Don't check resolved for having filters. 2014-07-29 18:14:20 -07:00
scala/org/apache/spark/sql [SPARK-2716][SQL] Don't check resolved for having filters. 2014-07-29 18:14:20 -07:00