[
https://issues.apache.org/jira/browse/DRILL-3850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arina Ielchiieva resolved DRILL-3850.
-------------------------------------
Resolution: Fixed
Fixed in the scope of DRILL-7401.
> 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)