ulysses-you commented on code in PR #4232:
URL: https://github.com/apache/kyuubi/pull/4232#discussion_r1102464594
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/service/BackendService.scala:
##########
@@ -91,7 +91,8 @@ trait BackendService {
foreignTable: String): OperationHandle
def getQueryId(operationHandle: OperationHandle): String
- def getOperationStatus(operationHandle: OperationHandle): OperationStatus
+ def getOperationStatus(operationHandle: OperationHandle, maxWait: Long):
OperationStatus
Review Comment:
after second thought, how about `maxWait: Option[Long] = None` ? then we do
not need a new method `getOperationStatusTimeout`
--
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]