ulysses-you commented on a change in pull request #2113:
URL: https://github.com/apache/incubator-kyuubi/pull/2113#discussion_r825850175
##########
File path:
kyuubi-server/src/main/scala/org/apache/kyuubi/operation/ExecuteStatement.scala
##########
@@ -124,6 +124,11 @@ class ExecuteStatement(
case CANCELED_STATE =>
setState(OperationState.CANCELED)
+ case TIMEDOUT_STATE
+ if getSession.protocol.getValue <=
+ TProtocolVersion.HIVE_CLI_SERVICE_PROTOCOL_V8.getValue =>
Review comment:
can we also add some comments to describe the reason why we do this
--
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]