yaooqinn commented on a change in pull request #29189:
URL: https://github.com/apache/spark/pull/29189#discussion_r458783076
##########
File path:
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkExecuteStatementOperation.scala
##########
@@ -218,9 +218,7 @@ private[hive] class SparkExecuteStatementOperation(
execute()
}
} catch {
- case e: HiveSQLException =>
- setOperationException(e)
- log.error("Error running hive query: ", e)
Review comment:
for all throwables, they are all logged here
https://github.com/apache/spark/pull/29189/files#diff-72dcd8f81a51c8a815159fdf0332acdcL312
once and rethrown again wrapped as `HiveSQLException` which then captured and
logged here again
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]