Skip to content

Commit efd87c0

Browse files
LuciferYangyhuang-db
authored andcommitted
[SPARK-52294][INFRA] Add sql/pipelines to maven daily test module list
### What changes were proposed in this pull request? This pr add `sql/pipelines` to maven daily test module list. ### Why are the changes needed? Synchronize the modules to be tested in Maven daily test ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass GitHub Actions - test with maven and java 17: https://github.com/LuciferYang/spark/actions/runs/15228953786/job/42834451689, It has been confirmed in the logs that both `ConstructPipelineEventSuite` and `PipelineEventSuite` will be tested. ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#51009 from LuciferYang/maven-daily-pipelines. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: yangjie01 <yangjie01@baidu.com>
1 parent 95c43e7 commit efd87c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- >-
7272
graphx,streaming,hadoop-cloud
7373
- >-
74-
mllib-local,mllib
74+
mllib-local,mllib,sql#pipelines
7575
- >-
7676
repl,sql#hive-thriftserver
7777
- >-

0 commit comments

Comments
 (0)