You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (Jira)" <ji...@apache.org> on 2019/10/21 13:37:00 UTC

[jira] [Updated] (DRILL-3850) Execute multiple commands from sqlline -q

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

Arina Ielchiieva updated DRILL-3850:
------------------------------------
    Fix Version/s: 1.17.0

> Execute multiple commands from sqlline -q
> -----------------------------------------
>
>                 Key: DRILL-3850
>                 URL: https://issues.apache.org/jira/browse/DRILL-3850
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - CLI
>    Affects Versions: 1.1.0, 1.2.0
>         Environment: Mint 17.1
>            Reporter: Philip Deegan
>            Priority: Major
>             Fix For: 1.17.0
>
>
> Be able to perform
> {noformat}
> ./sqlline -u jdbc:drill:zk=local -q "use dfs.tmp; alter session set \`store.format\`='csv';"
> {noformat}
> instead of 
> {noformat}
> ./sqlline -u jdbc:drill:zk=local -q "use dfs.tmp;"
> ./sqlline -u jdbc:drill:zk=local -q "alter session set \`store.format\`='csv';"
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)