pan3793 commented on code in PR #4921:
URL: https://github.com/apache/kyuubi/pull/4921#discussion_r1230972857


##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/OperationsResource.scala:
##########
@@ -81,6 +81,9 @@ private[v1] class OperationsResource extends 
ApiRequestContext with Logging {
       }
       Response.ok().build()
     } catch {
+      case e: KyuubiSQLException =>
+        error(e.getMessage, e)
+        throw e

Review Comment:
   is that aim to address no error log issue? I also find the same issue and I 
think we should log it in `RestExceptionMapper` for all exceptions



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to