LuciferYang commented on code in PR #48744:
URL: https://github.com/apache/spark/pull/48744#discussion_r1828660462
##########
dev/sparktestsupport/modules.py:
##########
@@ -113,6 +113,14 @@ def __hash__(self):
],
)
+utils = Module(
+ name="utils",
+ dependencies=[tags],
+ source_file_regexes=[
+ "common/utils/",
Review Comment:
The first time `utils` and `api` were added to `modules.py` was in
2023.10.25:
https://github.com/apache/spark/pull/43501
but they were not backported to branch-3.5.
--
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]