You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Hari Sekhon (JIRA)" <ji...@apache.org> on 2018/05/09 12:24:00 UTC

[jira] [Created] (DRILL-6394) Error: VALIDATION ERROR: From line 1, column 15 to line 1, column 17: Object '/tmp/file.dat' not found within 'dfs'

Hari Sekhon created DRILL-6394:
----------------------------------

             Summary: Error: VALIDATION ERROR: From line 1, column 15 to line 1, column 17: Object '/tmp/file.dat' not found within 'dfs'
                 Key: DRILL-6394
                 URL: https://issues.apache.org/jira/browse/DRILL-6394
             Project: Apache Drill
          Issue Type: Improvement
          Components:  Server, Execution - Codegen, Metadata, Query Planning &amp; Optimization, SQL Parser, Storage - Text &amp; CSV
    Affects Versions: 1.13.0
         Environment: MapR 6.0
            Reporter: Hari Sekhon


Improvement request for the following error to be made more specific to mention that this is caused by the file extension (.dat) not being one of the expected ones, even though it was a CSV file (renaming it to .csv worked):
{code:java}
0: jdbc:drill:drillbit=<fqdn>> select * from dfs.`/tmp/file.dat`;
Error: VALIDATION ERROR: From line 1, column 15 to line 1, column 17: Object '/tmp/file.dat' not found within 'dfs'

SQL Query null

[Error Id: e7c2863e-0feb-4b80-82b7-008056f0fcef on <fqdn>:31010] (state=,code=0)

{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)