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)