Deneche A. Hakim created DRILL-1765: ---------------------------------------
Summary: Exceptions are not propagated properly to the client anymore Key: DRILL-1765 URL: https://issues.apache.org/jira/browse/DRILL-1765 Project: Apache Drill Issue Type: Bug Affects Versions: 0.7.0 Reporter: Deneche A. Hakim Assignee: Jacques Nadeau When running the following query: {code} show databases.; {code} In sqlline we used to get the following error message: {code} Query failed: Failure while parsing sql. Encountered "." at line 1, column 15. Was expecting one of: <EOF> "LIKE" ... "WHERE" ... [8417fee2-88fc-4427-ac26-78af1f047be7] Error: exception while executing query: Failure while trying to get next result batch. (state=,code=0) {code} But now we only get: {code} Query failed: Query failed. Error: exception while executing query: Failure while executing query. (state=,code=0) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)