You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jinfeng Ni (JIRA)" <ji...@apache.org> on 2016/01/28 06:01:39 UTC

[jira] [Created] (DRILL-4319) Make explain plan output cleaner and concise

Jinfeng Ni created DRILL-4319:
---------------------------------

             Summary: Make explain plan output cleaner and concise
                 Key: DRILL-4319
                 URL: https://issues.apache.org/jira/browse/DRILL-4319
             Project: Apache Drill
          Issue Type: Bug
          Components: Query Planning & Optimization
            Reporter: Jinfeng Ni


As a follow-up in discussion of DRILL-4279, we want to clean up the current explain plan output, especially the Scan operator part. 

For instance,
{code}
Scan(groupscan=[ParquetGroupScan [selectionRoot=file:/data/yelp/t1, numFiles=2, columns=[ ... ], files= ...
{code}

could be changed to:

{code}
ParquetScan(selectionRoot=file:/data/yelp/t1, numFiles=2, columns=[ ... ], files= ...
{code}





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