ruanwenjun commented on code in PR #7324:
URL: https://github.com/apache/kyuubi/pull/7324#discussion_r2796572806


##########
kyuubi-server/src/test/scala/org/apache/kyuubi/engine/spark/SparkSqlEngineSuite.scala:
##########
@@ -149,5 +151,38 @@ class SparkSqlEngineSuite extends WithKyuubiServer with 
HiveJDBCTestHelper {
     }
   }
 
+  test("KYUUBI-7323: Support timeout at PlanOnlyMode") {

Review Comment:
   Has added the solution at issue.
   
   However, I don't fully understand why interrupting the thread can stop the 
analysis. There might be thread state detection logic during plan analysis, but 
I haven't found the specific code. 
   During testing, I discovered that canceling the jobgroup via cleanup didn't 
halt the plan analy.



-- 
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]

Reply via email to