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

Arina Ielchiieva edited comment on DRILL-6860 at 11/19/18 3:22 PM:
-------------------------------------------------------------------

@Boaz this duplicates DRILL-6769 and will be fixed after SqlLine 1.6.0 upgrade, 
mostly like in the next Drill version (i.e. 1.16.0) since SqlLine 1.6.0 is not 
out yet.


was (Author: arina):
@Boaz this duplicates DRILL-6769 and will be fixed after SqlLine 1.6.0 upgrade.

> SqlLine: EXPLAIN produces very long header lines
> ------------------------------------------------
>
>                 Key: DRILL-6860
>                 URL: https://issues.apache.org/jira/browse/DRILL-6860
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - CLI
>    Affects Versions: 1.14.0
>            Reporter: Boaz Ben-Zvi
>            Assignee: Arina Ielchiieva
>            Priority: Minor
>
>     Maybe a result of upgrading to SqlLine 1.5.0 (DRILL-3853 - PR #1462), the 
> header dividing lines displayed when using EXPLAIN became very long:
> {code}
> 0: jdbc:drill:zk=local> explain plan for select count(*) from 
> dfs.`/data/tpcds/sf1/parquet/date_dim`;
> +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
> |                                                                             
>                        text                                                   
>                                                   |                           
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                             json                              
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                                                               
>                                           |
> +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
> | 00-00    Screen
> 00-01      Project(EXPR$0=[$0])
> 00-02        DirectScan(groupscan=[files = 
> [/data/tpcds/sf1/parquet/date_dim/0_0_0.parquet], numFiles = 1, 
> DynamicPojoRecordReader{records = [[73049]]}])
>   | {
>   "head" : {
>     "version" : 1,
>     "generator" : {
>       "type" : "ExplainHandler",
>       "info" : ""
>     },
>     "type" : "APACHE_DRILL_PHYSICAL",
>     "options" : [ {
>       "kind" : "BOOLEAN",
>       "accessibleScopes" : "ALL",
>       "name" : "planner.enable_nljoin_for_scalar_only",
>       "bool_val" : true,
>       "scope" : "SESSION"
>     } ],
>     "queue" : 0,
>     "hasResourcePlan" : false,
>     "resultMode" : "EXEC"
>   },
>   "graph" : [ {
>     "pop" : "metadata-direct-scan",
>     "@id" : 2,
>     "cost" : 1.0
>   }, {
>     "pop" : "project",
>     "@id" : 1,
>     "exprs" : [ {
>       "ref" : "`EXPR$0`",
>       "expr" : "`count0$EXPR$0`"
>     } ],
>     "child" : 2,
>     "outputProj" : true,
>     "initialAllocation" : 1000000,
>     "maxAllocation" : 10000000000,
>     "cost" : 1.0
>   }, {
>     "pop" : "screen",
>     "@id" : 0,
>     "child" : 1,
>     "initialAllocation" : 1000000,
>     "maxAllocation" : 10000000000,
>     "cost" : 1.0
>   } ]
> }  |
> +-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
> 1 row selected (0.592 seconds)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to