-
Notifications
You must be signed in to change notification settings - Fork 971
[KYUUBI #7248] JDBC engine should cancel the statement when receive cancel operation #7249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7249 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 696 696
Lines 43530 43530
Branches 5883 5883
======================================
Misses 43530 43530 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ded4d77 to
2e863b9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7249 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 696 696
Lines 43530 43530
Branches 5883 5883
======================================
Misses 43530 43530 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ef8038f to
c154799
Compare
…receive cancel operation
c154799 to
f97ceae
Compare
|
@pan3793 PTAL |
...dbc-engine/src/test/scala/org/apache/kyuubi/engine/jdbc/mysql/OperationWithEngineSuite.scala
Outdated
Show resolved
Hide resolved
...dbc-engine/src/test/scala/org/apache/kyuubi/engine/jdbc/mysql/OperationWithEngineSuite.scala
Outdated
Show resolved
Hide resolved
...c/test/scala/org/apache/kyuubi/engine/jdbc/starrocks/StarRocksOperationWithEngineSuite.scala
Outdated
Show resolved
Hide resolved
...c/test/scala/org/apache/kyuubi/engine/jdbc/starrocks/StarRocksOperationWithEngineSuite.scala
Outdated
Show resolved
Hide resolved
...bi-jdbc-engine/src/main/scala/org/apache/kyuubi/engine/jdbc/operation/ExecuteStatement.scala
Show resolved
Hide resolved
...dbc-engine/src/test/scala/org/apache/kyuubi/engine/jdbc/mysql/OperationWithEngineSuite.scala
Outdated
Show resolved
Hide resolved
d228ffa to
f2f9eed
Compare
kyuubi-common/src/test/scala/org/apache/kyuubi/operation/HiveJDBCTestHelper.scala
Outdated
Show resolved
Hide resolved
...bi-jdbc-engine/src/main/scala/org/apache/kyuubi/engine/jdbc/operation/ExecuteStatement.scala
Outdated
Show resolved
Hide resolved
...c-engine/src/test/scala/org/apache/kyuubi/engine/jdbc/starrocks/WithStarRocksContainer.scala
Show resolved
Hide resolved
60519d1 to
734e6c4
Compare
...c/test/scala/org/apache/kyuubi/engine/jdbc/starrocks/StarRocksOperationWithEngineSuite.scala
Outdated
Show resolved
Hide resolved
…ancel operation ### Why are the changes needed? close #7248 - Cancel the jdbc statement when receive a kyuubi cancel operation ### How was this patch tested? Test by new ut case ### Was this patch authored or co-authored using generative AI tooling? No Closes #7249 from ruanwenjun/dev_wenjun_fix7248. Closes #7248 fa847ec [Cheng Pan] Apply suggestion from @pan3793 734e6c4 [ruanwenjun] polish code 76112f3 [ruanwenjun] change starrocks image to 3.3.13 f2f9eed [ruanwenjun] add status assertion in new ut case 33e0f0d [ruanwenjun] add assert in ut c22feb5 [ruanwenjun] move todo to ExecuteStatement a132f36 [ruanwenjun] improve ut f97ceae [ruanwenjun] [KYUUBI #7248] Ensure jdbc engine statements are canceled when receive cancel operation Lead-authored-by: ruanwenjun <wenjun@apache.org> Co-authored-by: Cheng Pan <pan3793@gmail.com> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit f2539d2) Signed-off-by: Cheng Pan <chengpan@apache.org>
|
JDBC engine tests have passed, merged to master/1.10, thanks @ruanwenjun |
Why are the changes needed?
close #7248
How was this patch tested?
Test by new ut case
Was this patch authored or co-authored using generative AI tooling?
No