You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:33:54 UTC

[jira] [Resolved] (SPARK-17059) Allow FileFormat to specify partition pruning strategy

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

Hyukjin Kwon resolved SPARK-17059.
----------------------------------
    Resolution: Incomplete

> 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
>            Priority: Major
>              Labels: bulk-closed
>
> 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
(v7.6.3#76005)

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