László Végh created HIVE-26348: ---------------------------------- Summary: Improve quality of Hive SQL error messages Key: HIVE-26348 URL: https://issues.apache.org/jira/browse/HIVE-26348 Project: Hive Issue Type: Improvement Reporter: László Végh
Exceptions thrown deep inside the Hive stacktrace are wrapped multiple times until they finally rethrown as CommandProcessorExceptions. As a result, in several cases the final errormessage is misleading or meaningless to the end users. ComandProcessorException should show the original error information in the wrapped inner exceptions. -- This message was sent by Atlassian Jira (v8.20.7#820007)