yaooqinn commented on a change in pull request #1377:
URL: https://github.com/apache/incubator-kyuubi/pull/1377#discussion_r749297928
##########
File path:
kyuubi-common/src/main/scala/org/apache/kyuubi/operation/log/OperationLog.scala
##########
@@ -95,6 +95,15 @@ class OperationLog(path: Path) {
}
}
+ /**
+ * write a line to the operation log file
+ */
+ def writeLine(line: String): Unit = {
Review comment:
exposing this will cause deadlock
--
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]