[ 
https://issues.apache.org/jira/browse/SPARK-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16013983#comment-16013983
 ] 

Apache Spark commented on SPARK-12686:
--------------------------------------

User 'kisimple' has created a pull request for this issue:
https://github.com/apache/spark/pull/18018

> Support group-by push down into data sources
> --------------------------------------------
>
>                 Key: SPARK-12686
>                 URL: https://issues.apache.org/jira/browse/SPARK-12686
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.6.0
>            Reporter: Takeshi Yamamuro
>
> As for logical plan nodes like 'Aggregate -> Project -> (Filter) -> Scan', we 
> can push down partial aggregation processing into data sources that could 
> aggregate their own data efficiently because Orc/Parquet could fetch the 
> MIN/MAX value by using statistics data and some databases have efficient 
> aggregation implementations.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to