You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Hanifi Gunes (JIRA)" <ji...@apache.org> on 2014/11/05 02:47:33 UTC

[jira] [Commented] (DRILL-1638) Text plan should contain information about text partitions

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

Hanifi Gunes commented on DRILL-1638:
-------------------------------------

What is the exact logical/physical plan that you want to see? Do you mean `dir0` should be pushed down to Scan or?

> Text plan should contain information about text partitions
> ----------------------------------------------------------
>
>                 Key: DRILL-1638
>                 URL: https://issues.apache.org/jira/browse/DRILL-1638
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Tools, Build & Test
>            Reporter: Ramana Inukonda Nagaraj
>            Assignee: Hanifi Gunes
>
> An explain plan command for 
> 0: jdbc:drill:> explain plan for select * from `/mapr/drill-stress/drill/testdata/text_storage/lineitempart/` where dir0=1993;
> results in a text plan which lacks the information that only dir0=1993 is scanned. The json plan has this information as below.
>  00-00    Screen
> 00-01      Project(*=[$0])
> 00-02        Scan(groupscan=[EasyGroupScan [selectionRoot=/mapr/drill-stress/drill/testdata/text_storage/lineitempart, numFiles=1, columns = [SchemaPath [`*`]]]])
> Information in json plan which should be in the text plan.
>   "graph" : [ {
>     "pop" : "fs-scan",
>     "@id" : 2,
>     "files" : [ "/mapr/drill-stress/drill/testdata/text_storage/lineitempart/1993/lineitemac.tbl" ],



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