You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Neeraja (JIRA)" <ji...@apache.org> on 2015/04/18 07:22:58 UTC

[jira] [Created] (DRILL-2821) Queries on not-exiting tables should throw appropriate error message

Neeraja created DRILL-2821:
------------------------------

             Summary: Queries on not-exiting tables should throw appropriate error message
                 Key: DRILL-2821
                 URL: https://issues.apache.org/jira/browse/DRILL-2821
             Project: Apache Drill
          Issue Type: Bug
          Components: Metadata
    Affects Versions: 0.8.0
            Reporter: Neeraja
            Assignee: Steven Phillips
             Fix For: 1.0.0


See the query below on MapR sandbox.
Embedded_clicks is a non-existing table (the actual table is embedded clicks) and Drill should throw an appropriate error message.
----------
0: jdbc:drill:> select count(*) from embedded_clicks;
Query failed: NullPointerException: 

Error: exception while executing query: Failure while executing query. (state=,code=0)



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