Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
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>
Attachments
Issue Links
- is related to
-
DRILL-2430 Improve Error Propagation (Umbrella)
- Open