HyukjinKwon commented on code in PR #50963:
URL: https://github.com/apache/spark/pull/50963#discussion_r2114880598


##########
dev/sparktestsupport/modules.py:
##########
@@ -1501,6 +1501,18 @@ def __hash__(self):
     ],
 )
 
+pyspark_pipelines = Module(
+    name="pyspark-pipelines",
+    dependencies=[],

Review Comment:
   Let's add dependencies same as `pyspark_sql`. If you have a Spark Connect 
tests, it has to be `pyspark_connect`.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to