Yin Huai created SPARK-11028:
--------------------------------

             Summary: When planning queries without partial aggregation 
support, we should try to use TungstenAggregate.
                 Key: SPARK-11028
                 URL: https://issues.apache.org/jira/browse/SPARK-11028
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Yin Huai


With SPARK-11017, we can run DeclarativeAggregate Functions in 
TungstenAggregate. So, when we plan queries having functions that do not 
support partial aggregation, we can use TungstenAggregate whenever possible. 
The reason that we only use SortBasedAggregate is that HiveUDAF is the only 
function that does not support partial aggregation and it is a 
DeclarativeAggregate function.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to