HyukjinKwon commented on code in PR #42173:
URL: https://github.com/apache/spark/pull/42173#discussion_r1275650882
##########
dev/sparktestsupport/modules.py:
##########
@@ -1040,7 +1040,14 @@ def __hash__(self):
pyspark_errors = Module(
name="pyspark-errors",
dependencies=[],
- source_file_regexes=["python/pyspark/errors"],
+ source_file_regexes=[
+ # [SPARK-44544] Force the execution of pyspark_errors when there is
any changes
+ # in PySpark, since the Python Packaging Tests is only enabled within
this module.
+ # This module is the smallest Python test modules, it only contains 1
test file
+ # and normally take < 2 seconds, so the additional cost is small.
+ "python/",
Review Comment:
SGTM
##########
dev/sparktestsupport/modules.py:
##########
@@ -1040,7 +1040,14 @@ def __hash__(self):
pyspark_errors = Module(
name="pyspark-errors",
dependencies=[],
- source_file_regexes=["python/pyspark/errors"],
+ source_file_regexes=[
+ # [SPARK-44544] Force the execution of pyspark_errors when there is
any changes
Review Comment:
```suggestion
# SPARK-44544: Force the execution of pyspark_errors when there is
any changes
```
--
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]