You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Denys Ordynskiy (JIRA)" <ji...@apache.org> on 2018/10/03 14:53:00 UTC

[jira] [Created] (DRILL-6769) Sqlline doesn't see line endings when it prints first row fo the explain plan results table

Denys Ordynskiy created DRILL-6769:
--------------------------------------

             Summary: Sqlline doesn't see line endings when it prints first row fo the explain plan results table
                 Key: DRILL-6769
                 URL: https://issues.apache.org/jira/browse/DRILL-6769
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.15.0
            Reporter: Denys Ordynskiy
            Assignee: Arina Ielchiieva
         Attachments: Sqlline.png

After Sqlline was upgraded in DRILL-3853, in the query "EXPLAIN PLAN FOR .." results table has a very long first row with titles.

After I run the query "EXPLAIN PLAN FOR SELECT 1;", width of the table column is calculated by the number of symbols in the biggest cell of columns.
If there are new lines in the data, Sqlline should set width of this column by the longest line of the cells data instead of number of all symbols of that cell.



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