[ 
https://issues.apache.org/jira/browse/SPARK-11150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Xiao Li updated SPARK-11150:
----------------------------
    Attachment: image-2019-10-04-11-20-02-616.png

> 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, 2.1.2, 2.2.1, 2.3.0
>            Reporter: Younes
>            Assignee: Wei Xue
>            Priority: Major
>             Fix For: 3.0.0
>
>         Attachments: image-2019-10-04-11-20-02-616.png
>
>
> 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
(v8.3.4#803005)

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

Reply via email to