Github user rxin commented on the pull request:
https://github.com/apache/spark/pull/1136#issuecomment-46724012
I'm going to merge this in master & branch-1.0. I will create a separate
ticket to track progress on HAVING. Basically there are two things missing:
1. HAVING without GROUP BY should just become a normal WHERE
2. HAVING should be able to contain aggregate expressions that don't appear
in the aggregation list. This test contains that:
https://github.com/apache/hive/blob/trunk/ql/src/test/queries/clientpositive/having.q
---
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.
---