Philip Deegan created DRILL-3850:
------------------------------------
Summary: 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
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
(v6.3.4#6332)