Re: CTAS error with CSV data

2016-01-27 Thread Matt
https://issues.apache.org/jira/browse/DRILL-4317 On 26 Jan 2016, at 23:50, Abdel Hakim Deneche wrote: This definitely looks like a bug, could you open a JIRA and share as much information as possible about the structure of the CSV file and the number of records. On Tue, Jan 26, 2016 at 7:38

Re: SELECT * via sqlline -q dumps filenames

2016-01-27 Thread Chris Mathews
Try putting a back-slash in front of the ‘*’ this usually works for command line issues when using a ‘*’ sqlline -u ... -q 'SELECT \* FROM dfs.`/path/to/files/file.csv` LIMIT 10’ Cheers — Chris > On 26 Jan 2016, at 18:56, Matt wrote: > > sqlline -u ... -q 'SELECT * FROM