Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.15.0
-
None
-
None
Description
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.
Attachments
Attachments
Issue Links
- is duplicated by
-
DRILL-6860 SqlLine: EXPLAIN produces very long header lines
- Resolved
- is part of
-
DRILL-6866 Upgrade to SqlLine 1.6.0
- Resolved