zhaomin1423 commented on code in PR #3238:
URL: https://github.com/apache/incubator-kyuubi/pull/3238#discussion_r945794630
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/server/api/v1/OperationsResource.scala:
##########
@@ -201,6 +202,8 @@ private[v1] class OperationsResource extends
ApiRequestContext with Logging {
new ResultRowSet(rows.asJava, rows.size)
} catch {
case NonFatal(e) =>
+ // scalastyle:off println
+ println(e)
Review Comment:
it should be deleted.
--
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]