pan3793 commented on code in PR #5853:
URL: https://github.com/apache/kyuubi/pull/5853#discussion_r1426622563
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/operation/BatchJobSubmission.scala:
##########
@@ -336,7 +335,7 @@ class BatchJobSubmission(
}
}
- override def close(): Unit = withLockRequired {
+ override def close(): Unit = withLockRequired(withClosingOperationLog {
Review Comment:
not a big deal, Git tools like GitHub could ignore space changes during diff
view.
`()` is also fine if you insist.
--
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]