Istvan Toth created PHOENIX-7603: ------------------------------------ Summary: Don't swallow exception causes in Connectors Key: PHOENIX-7603 URL: https://issues.apache.org/jira/browse/PHOENIX-7603 Project: Phoenix Issue Type: Improvement Components: connectors, hive-connector, spark-connector Reporter: Istvan Toth
Audit the code for instances where we catch an exception, then throw an other one without setting the original exception as cause, and fix them. Swallowing the cause is an anti-pattern that makes debugging more painful than it should be. -- This message was sent by Atlassian Jira (v8.20.10#820010)