This is an automated email from the ASF dual-hosted git repository.
zhengruifeng pushed a commit to branch branch-4.x
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.x by this push:
new 94cf144f3033 [SPARK-57792][INFRA][R] Add sparkr docker image to sparkr
module
94cf144f3033 is described below
commit 94cf144f3033bbbb1d7107173ab742f5b6d199c5
Author: Tian Gao <[email protected]>
AuthorDate: Wed Jul 1 10:54:06 2026 +0800
[SPARK-57792][INFRA][R] Add sparkr docker image to sparkr module
### What changes were proposed in this pull request?
Add the docker image for R in sparkr module
### Why are the changes needed?
So changes to the docker image won't trigger all the tests.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #56914 from gaogaotiantian/add-r-docker-module.
Authored-by: Tian Gao <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
(cherry picked from commit 5ebf00028193460accc26f5552601f6ef9d9accd)
Signed-off-by: Ruifeng Zheng <[email protected]>
---
dev/sparktestsupport/modules.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 860158b941f6..f929a5d2c6b3 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -1611,6 +1611,7 @@ sparkr = Module(
dependencies=[hive, mllib],
source_file_regexes=[
"R/",
+ "dev/spark-test-image/sparkr/",
],
should_run_r_tests=True,
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]