Skip to content

Commit

Permalink
[SPARK-45633][PYTHON][SQL][TESTS] Make SQL test group depend on `anal…
Browse files Browse the repository at this point in the history
…yze_udtf.py`

### What changes were proposed in this pull request?
`analyze_udtf` is invoked from `UserDefinedPythonTableFunctionAnalyzeRunner.runInPython`, and tested in `org.apache.spark.sql.execution.python.PythonUDTFSuite`

### Why are the changes needed?
to avoid apache#43470 (comment)

### Does this PR introduce _any_ user-facing change?
no, test only

### How was this patch tested?
ci

### Was this patch authored or co-authored using generative AI tooling?
no

Closes apache#43486 from zhengruifeng/build_udtf_dep.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
zhengruifeng authored and HyukjinKwon committed Oct 23, 2023
1 parent 3de9ebc commit 57d7fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/sparktestsupport/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 57d7fc3

Please sign in to comment.