itholic commented on code in PR #49014:
URL: https://github.com/apache/spark/pull/49014#discussion_r1867208405


##########
sql/core/src/test/scala/org/apache/spark/sql/SparkSessionJobTaggingAndCancellationSuite.scala:
##########
@@ -330,4 +330,109 @@ class SparkSessionJobTaggingAndCancellationSuite
       threadPool.shutdownNow()
     }
   }
+
+  test("Interrupt jobs by tag") {

Review Comment:
   Thanks for the context @xupefei !
   
   Is it normal? or should we made an additional fix from Scala side(or Python 
side) to make this test work? (because the corresponding test is working on 
Python side so anyway I think we should match the behavior by fixing one side)



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