This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 b342a8cce85d [SPARK-45331][DOCS][FOLLOWUP] Update `SCALA_VERSION` in
`_config.yml` to 2.13.12
b342a8cce85d is described below
commit b342a8cce85daf8df1dcdfac92ffea4442dc5985
Author: yangjie01 <[email protected]>
AuthorDate: Sat Oct 7 15:24:18 2023 -0700
[SPARK-45331][DOCS][FOLLOWUP] Update `SCALA_VERSION` in `_config.yml` to
2.13.12
### What changes were proposed in this pull request?
This pr aims update `SCALA_VERSION` in `_config.yml` to 2.13.12
### 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
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #43268 from LuciferYang/SPARK-45331-FOLLOWUP.
Authored-by: yangjie01 <[email protected]>
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 6455afdf22e1..7a305ceea67b 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -22,7 +22,7 @@ include:
SPARK_VERSION: 4.0.0-SNAPSHOT
SPARK_VERSION_SHORT: 4.0.0
SCALA_BINARY_VERSION: "2.13"
-SCALA_VERSION: "2.13.11"
+SCALA_VERSION: "2.13.12"
SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK
SPARK_GITHUB_URL: https://github.com/apache/spark
# Before a new release, we should:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]