[
https://issues.apache.org/jira/browse/DRILL-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hanifi Gunes updated DRILL-1638:
--------------------------------
Attachment: DRILL-1638.1.patch.txt
> 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
> Attachments: DRILL-1638.1.patch.txt
>
>
> 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)