Philip Deegan created DRILL-3851:
------------------------------------
Summary: Execute multiple commands on single line
Key: DRILL-3851
URL: https://issues.apache.org/jira/browse/DRILL-3851
Project: Apache Drill
Issue Type: Bug
Components: Client - CLI
Affects Versions: 1.1.0, 1.2.0
Environment: Mint 17.1
Reporter: Philip Deegan
Allow
{noformat}
use dfs.tmp; alter session set `store.format`='csv';
{noformat}
Instead of
{noformat}
use dfs.tmp;
alter session set `store.format`='csv';
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)