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

Apache Spark reassigned SPARK-17059:
------------------------------------

    Assignee: Apache Spark

> Allow FileFormat to specify partition pruning strategy
> ------------------------------------------------------
>
>                 Key: SPARK-17059
>                 URL: https://issues.apache.org/jira/browse/SPARK-17059
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Andrew Duffy
>            Assignee: Apache Spark
>
> Allow Spark to have pluggable pruning of input files for FileSourceScanExec 
> by allowing FileFormat's to specify format-specific filterPartitions method.
> This is especially useful for Parquet as Spark does not currently make use of 
> the summary metadata, instead reading the footer of all part files for a 
> Parquet data source. This can lead to massive speedups when reading a 
> filtered chunk of a dataset, especially when using remote storage (S3).



--
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