-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-11188][SQL] Elide stacktraces in bin/spark-sql for AnalysisExceptions #9375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@marmbrus this is for 1.4.2 branch.. |
|
ok to test |
|
Test build #44678 has finished for PR 9375 at commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not the right style: https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide
private[hive] case class CommandProcessorResponseWrapper(
rc: CommandProcessorResponse,
cause: Throwable)|
Test build #45007 has finished for PR 9375 at commit
|
|
@marmbrus hello Michael, even though the failure is in CliSuite, i don't think its related to the change as i have only made cosmetic changes in the last commit. I also ran CliSuite in my 142 env with my changes and am able to run it cleanly. Can we retest this please ? |
|
test this please |
|
Test build #45150 has finished for PR 9375 at commit
|
|
Thanks, merging. Can you close this? |
…ceptions Only print the error message to the console for Analysis Exceptions in sql-shell Author: Dilip Biswal <[email protected]> Closes #9375 from dilipbiswal/spark-11188-v142.
|
@marmbrus Thank you very much. Closed the PR. |
Only print the error message to the console for Analysis Exceptions in sql-shell