-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.0, 4.0.0
-
Fix Version/s: 4.0.0
-
Component/s: Query Planning
} catch (Exception e) { e.printStackTrace(); throw new SemanticException("Generate Map Join Task Error: " + e.getMessage()); }
Remove the call to printStackTrace and just throw the error. If the stack trace really is needed (doubtful), then pass it to the SemanticException constructor.