You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/08/08 21:06:21 UTC

[jira] [Commented] (SPARK-11150) Dynamic partition pruning

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

Apache Spark commented on SPARK-11150:
--------------------------------------

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

> Dynamic partition pruning
> -------------------------
>
>                 Key: SPARK-11150
>                 URL: https://issues.apache.org/jira/browse/SPARK-11150
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>    Affects Versions: 1.5.1, 1.6.0, 2.0.0
>            Reporter: Younes
>            Assignee: Davies Liu
>
> Partitions are not pruned when joined on the partition columns.
> This is the same issue as HIVE-9152.
> Ex: 
> Select .... from tab where partcol=1 will prune on value 1
> Select .... from tab join dim on (dim.partcol=tab.partcol) where dim.partcol=1 will scan all partitions.
> Tables are based on parquets.



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

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