GitHub user marmbrus opened a pull request:

    https://github.com/apache/spark/pull/1640

    [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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/marmbrus/spark havingNoRef

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1640.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1640
    
----
commit 92d390178ea0e6649ae3b43bac7ff0c96a7f7047
Author: Michael Armbrust <[email protected]>
Date:   2014-07-29T21:46:54Z

    Don't check resolved for having filters.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to