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


##########
connector/connect/server/src/test/scala/org/apache/spark/sql/connect/service/SparkConnectSessionHodlerSuite.scala:
##########
@@ -170,7 +170,7 @@ class SparkConnectSessionHolderSuite extends 
SharedSparkSession {
 
   test("python foreachBatch process: process terminates after query is 
stopped") {
     // scalastyle:off assume
-    assume(IntegratedUDFTestUtils.shouldTestPythonUDFs)
+    assume(IntegratedUDFTestUtils.shouldTestPandasUDFs)

Review Comment:
   cc @HyukjinKwon FYI
   



##########
connector/connect/server/src/test/scala/org/apache/spark/sql/connect/service/SparkConnectSessionHodlerSuite.scala:
##########
@@ -170,7 +170,7 @@ class SparkConnectSessionHolderSuite extends 
SharedSparkSession {
 
   test("python foreachBatch process: process terminates after query is 
stopped") {
     // scalastyle:off assume
-    assume(IntegratedUDFTestUtils.shouldTestPythonUDFs)
+    assume(IntegratedUDFTestUtils.shouldTestPandasUDFs)

Review Comment:
   I will install Python dependencies for Maven's daily testing in another PR
   



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