yaooqinn commented on a change in pull request #1377:
URL: https://github.com/apache/incubator-kyuubi/pull/1377#discussion_r749921666



##########
File path: 
kyuubi-common/src/main/scala/org/apache/kyuubi/operation/AbstractOperation.scala
##########
@@ -34,7 +34,7 @@ abstract class AbstractOperation(opType: OperationType, 
session: Session)
 
   private final val createTime = System.currentTimeMillis()
   private final val handle = OperationHandle(opType, session.protocol)
-  private final val operationTimeout: Long = {
+  protected val operationTimeout: Long = {

Review comment:
       OPERATION_IDLE_TIMEOUT is for operation idle check, it seems to me we 
don't need to special handle for Laungh engine operation




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


Reply via email to