yaooqinn opened a new pull request #28963:
URL: https://github.com/apache/spark/pull/28963


   
   ### What changes were proposed in this pull request?
   
   In https://issues.apache.org/jira/browse/SPARK-29283, we only show the error 
message of root cause to end-users through JDBC client. In some cases, it 
erases the straightaway messages that we intentionally make to help them for 
better understanding.
   
   The root cause is somehow obscure for JDBC end-users who only writing SQL 
queries.
   
   We should do as Hive does in https://issues.apache.org/jira/browse/HIVE-14368
   
   ### Why are the changes needed?
   
   1. Do the same as Hive 2.3 and later for getting an error message in 
ThriftCLIService.GetOperationStatus
   2. The root cause is somehow obscure for JDBC end-users who only writing SQL 
queries. 
   
   
   ### Does this PR introduce _any_ user-facing change?
   <!--
   Note that it means *any* user-facing change including all aspects such as 
the documentation fix.
   If yes, please clarify the previous behavior and the change this PR proposes 
- provide the console output, description and/or an example to show the 
behavior difference if possible.
   If possible, please also clarify if this is a user-facing change compared to 
the released Spark versions or within the unreleased branches such as master.
   If no, write 'No'.
   -->
   Yes, when running queries using thrift server and an error occurs, you will 
get the full stack traces instead of only the message of the root cause
   
   ### How was this patch tested?
   
   add unit test
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to