diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py index 8506949eaffbc..7251fd7c15887 100644 --- a/dev/sparktestsupport/modules.py +++ b/dev/sparktestsupport/modules.py @@ -198,6 +198,7 @@ def __hash__(self): dependencies=[catalyst], source_file_regexes=[ "sql/core/", + "python/pyspark/sql/worker/", # analyze_udtf is invoked and tested in JVM ], sbt_test_goals=[ "sql/test",