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

[jira] [Commented] (DRILL-4137) Metadata Cache not being leveraged

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

Rahul Challapalli commented on DRILL-4137:
------------------------------------------

marked it as critical since this is a regression

> Metadata Cache not being leveraged
> ----------------------------------
>
>                 Key: DRILL-4137
>                 URL: https://issues.apache.org/jira/browse/DRILL-4137
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Metadata
>            Reporter: Rahul Challapalli
>            Priority: Critical
>         Attachments: fewtypes.parquet
>
>
> git.commit.id.abbrev=367d74a
> The below query is not leveraging the metadata
> {code}
> 0: jdbc:drill:zk=10.10.100.190:5181> explain plan for  select * from fewtypes;
> +------+------+
> | text | json |
> +------+------+
> | 00-00    Screen
> 00-01      Project(*=[$0])
> 00-02        Scan(groupscan=[ParquetGroupScan [entries=[ReadEntryWithPath [path=maprfs:///drill/testdata/metadata_caching/fewtypes/fewtypes.parquet]], selectionRoot=/drill/testdata/metadata_caching/fewtypes/fewtypes.parquet, numFiles=1, usedMetadataFile=false, columns=[`*`]]])
> {code}
> I attached the data set used



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