Tomer Shiran created DRILL-1725:
-----------------------------------
Summary: Generic error message
Key: DRILL-1725
URL: https://issues.apache.org/jira/browse/DRILL-1725
Project: Apache Drill
Issue Type: Bug
Reporter: Tomer Shiran
Drill displays a generic error message (exception while executing query)
instead of explaining what the issue is. In this example, the path doesn't
exist (notice "jso" instead of "json") but the error message didn't explain
that.
{code}
0: jdbc:drill:zk=localhost:2181> SELECT * FROM
dfs.root.`/Users/tshiran/Development/demo/data/yelp/user.jso`;
Query failed: Failure while running sql.
Error: exception while executing query: Failure while executing query.
(state=,code=0)
0: jdbc:drill:zk=localhost:2181>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)