sqlline -u ... -q 'SELECT * FROM dfs.`/path/to/files/file.csv` LIMIT 10' seems to emit a list of files in the local path (pwd), along with a parsing error.

Putting the query in a file and passing that file name to sqlline or using an explicit column list runs the query as expected.

Is this a sqlline issue, or my improper use of it (quoting) ?


Reply via email to