Skip to content
  • Michael Armbrust's avatar
    39b81931
    [SPARK-2716][SQL] Don't check resolved for having filters. · 39b81931
    Michael Armbrust authored
    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 #1640 from marmbrus/havingNoRef and squashes the following commits:
    
    92d3901 [Michael Armbrust] Don't check resolved for having filters.
    39b81931
    [SPARK-2716][SQL] Don't check resolved for having filters.
    Michael Armbrust authored
    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 #1640 from marmbrus/havingNoRef and squashes the following commits:
    
    92d3901 [Michael Armbrust] Don't check resolved for having filters.
Loading