This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new b4f01818713 [SPARK-46027][INFRA][FOLLOWUP] Fix a typo
b4f01818713 is described below
commit b4f01818713fa11b8bc288f2cc39b26bcb9d4931
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Tue Nov 21 20:24:27 2023 +0900
[SPARK-46027][INFRA][FOLLOWUP] Fix a typo
### What changes were proposed in this pull request?
fix a typo: `.` -> `,`
### Why are the changes needed?
to fix python daily tests
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
manually check
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #43933 from zhengruifeng/SPARK_46027_followup.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
.github/workflows/build_python.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_python.yml
b/.github/workflows/build_python.yml
index 9b4062abb0d..8058cbe9c39 100644
--- a/.github/workflows/build_python.yml
+++ b/.github/workflows/build_python.yml
@@ -36,7 +36,7 @@ jobs:
hadoop: hadoop3
envs: >-
{
- "PYTHON_TO_TEST": "pypy3,python3.10,python3.11.python3.12"
+ "PYTHON_TO_TEST": "pypy3,python3.10,python3.11,python3.12"
}
jobs: >-
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]