You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Chris Westin (JIRA)" <ji...@apache.org> on 2014/11/01 00:15:34 UTC

[jira] [Created] (DRILL-1626) sqlline echoes statements with unnecessary wrapping

Chris Westin created DRILL-1626:
-----------------------------------

             Summary: sqlline echoes statements with unnecessary wrapping
                 Key: DRILL-1626
                 URL: https://issues.apache.org/jira/browse/DRILL-1626
             Project: Apache Drill
          Issue Type: Bug
          Components: Client - CLI
         Environment: sqlline running under Eclipse on OSX
            Reporter: Chris Westin


I type a command in sqlline, and when it is echoed, it is unnecessarily wrapped (making it hard to read, as well as casting uncertainty on what I was doing). Example:

0: jdbc:drill:zk=local> create table donuts_parquet as select * from `donuts.json`;
create table donuts_parquet as select * from `donuts.jso 
n`;
+------------+---------------------------+
|  Fragment  | Number of records written |
+------------+---------------------------+
| 0_0        | 5                         |

That's sqlline adding a newline after jso and before n in the echoed command.



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