You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Victoria Markman (JIRA)" <ji...@apache.org> on 2016/02/29 23:34:18 UTC

[jira] [Created] (DRILL-4454) NPE on select with options when file does not exist

Victoria Markman created DRILL-4454:
---------------------------------------

             Summary: NPE on select with options when file does not exist
                 Key: DRILL-4454
                 URL: https://issues.apache.org/jira/browse/DRILL-4454
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Codegen
    Affects Versions: 1.6.0
            Reporter: Victoria Markman


File t1.csv does not exist:

{code}
0: jdbc:drill:schema=dfs> SELECT * FROM TABLE(dfs.`t1.csv`(type => 'text', extractHeader => true));
Error: VALIDATION ERROR: java.lang.NullPointerException
[Error Id: 224773a5-045b-4436-8661-7cca2c4562c5 on atsqa4-135.qa.lab:31010] (state=,code=0)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)