leoluan2009 commented on a change in pull request #28991:
URL: https://github.com/apache/spark/pull/28991#discussion_r449477961
##########
File path:
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkExecuteStatementOperation.scala
##########
@@ -349,6 +357,17 @@ private[hive] class SparkExecuteStatementOperation(
}
}
+ def timeoutCancel(): Unit = {
Review comment:
i am not sure this method could be inline, because this method should be
synchronized on SparkExecuteStatementOperation object
` def timeoutCancel(): Unit = {
synchronized {`
----------------------------------------------------------------
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]