Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-2716][SQL] Don't check resolved for having filters. #1640

Closed
wants to merge 1 commit into from

Conversation

marmbrus
Copy link
Contributor

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.

@SparkQA
Copy link

SparkQA commented Jul 29, 2014

QA tests have started for PR 1640. This patch merges cleanly.
View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17385/consoleFull

@SparkQA
Copy link

SparkQA commented Jul 29, 2014

QA results for PR 1640:
- This patch PASSES unit tests.
- This patch merges cleanly
- This patch adds no public classes

For more information see test ouptut:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/17385/consoleFull

@yhuai
Copy link
Contributor

yhuai commented Jul 30, 2014

LGTM

@marmbrus
Copy link
Contributor Author

Thanks! merged to master.

@asfgit asfgit closed this in 39b8193 Jul 30, 2014
@marmbrus marmbrus deleted the havingNoRef branch August 27, 2014 20:45
xiliu82 pushed a commit to xiliu82/spark that referenced this pull request Sep 4, 2014
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 apache#1640 from marmbrus/havingNoRef and squashes the following commits:

92d3901 [Michael Armbrust] Don't check resolved for having filters.
sunchao pushed a commit to sunchao/spark that referenced this pull request Jun 2, 2023
Includes Iceberg 0.13.0.10-apple with Boson Changes

Co-authored-by: Russell Spitzer <russell.spitzer@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants