Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1497#discussion_r15147996
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
 ---
    @@ -152,6 +155,37 @@ class Analyzer(catalog: Catalog, registry: 
FunctionRegistry, caseSensitive: Bool
       }
     
       /**
    +   * This rule finds expressions in HAVING clause filters that depend on
    +   * unresolved attributes.  It pushes these expressions down to the 
underlying
    +   * aggregates and then projects them away above the filter.
    +   *
    +   * For SPARK-2226
    --- End diff --
    
    Don't think you need to include the JIRA ticket, since it is a pretty 
common feature.


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