You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2015/10/01 00:42:04 UTC

[jira] [Commented] (DRILL-3788) Directory based partition pruning not taking effect with metadata caching

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

Aman Sinha commented on DRILL-3788:
-----------------------------------

Link for PR:  https://github.com/apache/drill/pull/179
Part of this PR has already been reviewed.  [~vkorukanti] could you pls review the remaining part ? thanks. 

> Directory based partition pruning not taking effect with metadata caching
> -------------------------------------------------------------------------
>
>                 Key: DRILL-3788
>                 URL: https://issues.apache.org/jira/browse/DRILL-3788
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization
>    Affects Versions: 1.2.0
>            Reporter: Rahul Challapalli
>            Assignee: Mehant Baid
>            Priority: Critical
>             Fix For: 1.2.0
>
>         Attachments: DRILL-3788-part2.patch, DRILL-3788.patch, lineitem.tgz, plan.txt
>
>
> git.commit.id.abbrev=240a455
> Partition Pruning did not take place for the below query after I executed the "refresh table metadata command"
> {code}
>  explain plan for 
> select
>   l_returnflag,
>   l_linestatus
> from
>   `lineitem/2006/1`
> where
>   dir0=1 or dir0=2
> {code}
> The logs did not indicate that "pruning did not take place"
> Before executing the refresh table metadata command, partition pruning did take effect
> I am not attaching the data set as it is larger than 10MB. Reach out to me if you need more information



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