ulysses-you commented on code in PR #4232:
URL: https://github.com/apache/kyuubi/pull/4232#discussion_r1095418648
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/service/BackendService.scala:
##########
@@ -91,7 +91,7 @@ trait BackendService {
foreignTable: String): OperationHandle
def getQueryId(operationHandle: OperationHandle): String
- def getOperationStatus(operationHandle: OperationHandle): OperationStatus
+ def getOperationStatus(operationHandle: OperationHandle, maxWait: Long = 0):
OperationStatus
Review Comment:
can we preserve the old method ? we can have both of these:
```
def getOperationStatus(operationHandle: OperationHandle): OperationStatus
def getOperationStatus(operationHandle: OperationHandle, waitTimeMs: Long):
OperationStatus
```
--
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]