I've created https://issues.apache.org/jira/browse/DRILL-4644
Trying to move session options into CTAS grammar. It would be great if I can get a feedback on it. Other options are - STORE WITH or WITH (type => 'csv', fieldDelimiter => ',') USING(type => 'csv', fieldDelimiter => ',') use past tense STORED AS (type => 'csv', fieldDelimiter => ',') STORAGE (type => 'csv', fieldDelimiter => ',') Thanks, ~ Amit.
