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

Apache Spark commented on SPARK-17170:
--------------------------------------

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

> Enable whole partition pruning for InMemoryTableScanExec
> --------------------------------------------------------
>
>                 Key: SPARK-17170
>                 URL: https://issues.apache.org/jira/browse/SPARK-17170
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Patrick Woody
>
> Currently InMemoryTableScanExec will prune cached batches executor side, 
> possibly pruning the entire partition in the process. We should be able to 
> leverage the same stats to determine if an entire partition can be removed up 
> front and avoid launching a task.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to