diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py index 391e4bbe1b1f0..85e6a1e9fadac 100644 --- a/dev/sparktestsupport/modules.py +++ b/dev/sparktestsupport/modules.py @@ -398,6 +398,21 @@ def __hash__(self): ) +pyspark_resource = Module( + name="pyspark-resource", + dependencies=[ + pyspark_core + ], + source_file_regexes=[ + "python/pyspark/resource" + ], + python_test_goals=[ + # unittests + "pyspark.resource.tests.test_resources", + ] +) + + pyspark_streaming = Module( name="pyspark-streaming", dependencies=[