LuciferYang commented on code in PR #55473:
URL: https://github.com/apache/spark/pull/55473#discussion_r3160722975


##########
sql/connect/server/src/test/scala/org/apache/spark/sql/connect/service/SparkConnectSessionHolderSuite.scala:
##########
@@ -299,6 +353,31 @@ class SparkConnectSessionHolderSuite extends 
SharedSparkSession {
     }
   }
 
+  test("python foreachBatch process: process terminates after query is 
stopped") {
+    // scalastyle:off assume
+    assume(IntegratedUDFTestUtils.shouldTestPandasUDFs)
+    assume(PythonTestDepsChecker.isConnectDepsAvailable)
+    // scalastyle:on assume
+
+    retryWithVisibleLog(maxAttempts = 3) {

Review Comment:
   PR description still says `SparkFunSuite.retry(n=2)` but code uses a custom 
`retryWithVisibleLog(maxAttempts=3)`, 



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