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

Jark Wu closed FLINK-12805.
---------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Fixed in 1.9.0: 6e4805673739fa1f8e85389d38ef6f3de20fc005

> Introduce PartitionableTableSource for partition pruning
> --------------------------------------------------------
>
>                 Key: FLINK-12805
>                 URL: https://issues.apache.org/jira/browse/FLINK-12805
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / API
>            Reporter: Jark Wu
>            Assignee: Jark Wu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Many data sources are partitionable storage, e.g. HIVE, HDFS, Druid. And many 
> queries just need to read a small subset of the total data. We can use 
> partition information to prune or skip over files irrelevant to the user's 
> queries. Both query optimization time and execution time can be reduced 
> obviously, especially for a large partitioned table.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to