This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new d6dd4ce166a [SPARK-42180][BUILD][DOCS] Update `SCALA_VERSION` in
`_config.yml` to 2.12.17
d6dd4ce166a is described below
commit d6dd4ce166a1b30ed7f05ec77ccb7571030071c8
Author: yangjie01 <[email protected]>
AuthorDate: Wed Jan 25 00:27:44 2023 -0800
[SPARK-42180][BUILD][DOCS] Update `SCALA_VERSION` in `_config.yml` to
2.12.17
### What changes were proposed in this pull request?
This pr aims update `SCALA_VERSION` in `_config.yml` to 2.12.17
### Why are the changes needed?
Should be consistent with the actual use
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass Github Actions
Closes #39736 from LuciferYang/SPARK-42180-2.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit c2b8a2930ad5f0b2394c813e9be5f6dde18e50dc)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docs/_config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_config.yml b/docs/_config.yml
index fdf1a4652f7..e830c778c09 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -22,7 +22,7 @@ include:
SPARK_VERSION: 3.4.0-SNAPSHOT
SPARK_VERSION_SHORT: 3.4.0
SCALA_BINARY_VERSION: "2.12"
-SCALA_VERSION: "2.12.16"
+SCALA_VERSION: "2.12.17"
MESOS_VERSION: 1.0.0
SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK
SPARK_GITHUB_URL: https://github.com/apache/spark
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]