Github user rxin commented on the pull request:

    https://github.com/apache/spark/pull/1136#issuecomment-46634535
  
    Thanks, @willb. There is at least one problem I found. - I think you'd need 
to add a cast to the having expression. Otherwise try run the following:
    ```select key, count(*) c from src group by key having c```
    
    In Hive this returns nothing, but in Spark SQL with this patch it throws a 
runtime exception failing to cast integer to boolean.



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to