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)