You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Parth Chandra (JIRA)" <ji...@apache.org> on 2015/04/06 22:52:14 UTC

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

     [ https://issues.apache.org/jira/browse/DRILL-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Parth Chandra updated DRILL-1626:
---------------------------------
    Fix Version/s:     (was: 1.0.0)
                   1.1.0

> 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
>            Assignee: Mehant Baid
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> 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)