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 ce568b7b56b [SPARK-43858][INFRA][FOLLOWUP] Restore the Scala version
to 2.13 after run benchmark
ce568b7b56b is described below
commit ce568b7b56b0f8ee89045f2de7a1eb6816d8156b
Author: yangjie01 <[email protected]>
AuthorDate: Mon May 29 10:15:53 2023 -0700
[SPARK-43858][INFRA][FOLLOWUP] Restore the Scala version to 2.13 after run
benchmark
### What changes were proposed in this pull request?
This is a followup of https://github.com/apache/spark/pull/41358, this pr
change to restore Scala version to 2.13 after running benchmark to avoid
containing changed `pom.xml` in the results tarball.
### Why are the changes needed?
After running benchmark, should restore Scala to default version to results
tarball includes changed `pom.xml`.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GitHub Actions
Closes #41371 from LuciferYang/SPARK-43858-FOLLOWUP.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/benchmark.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 055f238bc61..f9699ac80f2 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -182,7 +182,7 @@ jobs:
"`find . -name 'spark-core*-SNAPSHOT-tests.jar'`" \
"${{ github.event.inputs.class }}"
# Revert to default Scala version to clean up unnecessary git diff
- dev/change-scala-version.sh 2.12
+ dev/change-scala-version.sh 2.13
# To keep the directory structure and file permissions, tar them
# See also
https://github.com/actions/upload-artifact#maintaining-file-permissions-and-case-sensitive-files
echo "Preparing the benchmark results:"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]