Closed lsm1 closed 2 weeks ago
Attention: Patch coverage is 0%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
d3520dd
) to head (9fbe1ac
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...rg/apache/kyuubi/operation/AbstractOperation.scala | 0.00% | 5 Missing :warning: |
...org/apache/kyuubi/operation/ExecuteStatement.scala | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
LGTM. Since 2112 was released very early, it is recommended to use the new Kyuubi ID instead of FOLLOWUP.
done
Thanks, merged to master
:mag: Description
Issue References ๐
This pull request fixes #2112
Describe Your Solution ๐ง
Similar to #2113, the query-timeout-thread should verify the Thrift protocol version. For protocol versions <= HIVE_CLI_SERVICE_PROTOCOL_V8, it should convert TIMEDOUT_STATE to CANCELED.
Types of changes :bookmark:
Test Plan ๐งช
Behavior Without This Pull Request :coffin:
Behavior With This Pull Request :tada:
Related Unit Tests
Checklist ๐
Be nice. Be informative.