JkSelf commented on code in PR #52039:
URL: https://github.com/apache/spark/pull/52039#discussion_r2469504635


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/SQLExecutionSuite.scala:
##########
@@ -50,7 +50,7 @@ class SQLExecutionSuite extends SparkFunSuite with 
SQLConfHelper {
     }
   }
 
-  test("concurrent query execution with fork-join pool (SPARK-13747)") {
+  ignore("concurrent query execution with fork-join pool (SPARK-13747)") {

Review Comment:
   The first time is in 
   `Line  10: 2025-10-27T05:32:55.7668804Z 05:32:55.765 WARN 
org.apache.spark.scheduler.TaskSetManager: Lost task 0.0 in stage 29.0 (TID 56) 
(localhost executor driver): TaskKilled (Stage cancelled: [SPARK_JOB_CANCELLED] 
Job 20 cancelled part of cancelled job tags 
spark-session-42c4d99b-c576-4172-b5ed-56c61bb79f14-execution-root-id-25164 
SQLSTATE: XXKDA)`
   
   And the second time is in 
   `Line  73: 2025-10-27T05:32:57.1915923Z �[0m[�[0m�[0minfo�[0m] �[0m�[0m�[31m 
 org.apache.spark.SparkException: [SPARK_JOB_CANCELLED] Job 20 cancelled part 
of cancelled job tags 
spark-session-42c4d99b-c576-4172-b5ed-56c61bb79f14-execution-root-id-25164 
SQLSTATE: XXKDA�[0m�[0m`
   
   @cloud-fan Correct me if wrong understanding. Thanks.



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