Skip to content

Commit 8e18d68

Browse files
LuciferYangdongjoon-hyun
authored andcommitted
[SPARK-43858][INFRA] Make benchmark Github Action task use Scala 2.13 as default
### What changes were proposed in this pull request? This pr aims to make the benchmark Github Action task use Scala 2.13 as default. ### Why are the changes needed? Spark 3.5.0 already change to use Scala 2.13 as default ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Manual checked: <img width="353" alt="image" src="https://github.com/apache/spark/assets/1475305/6bc9190d-0a84-40e7-8c97-7c1d5a6fdd7d"> Closes #41358 from LuciferYang/SPARK-43858. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent a9f13e1 commit 8e18d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
scala:
3434
description: 'Scala version: 2.12 or 2.13'
3535
required: true
36-
default: '2.12'
36+
default: '2.13'
3737
failfast:
3838
description: 'Failfast: true or false'
3939
required: true

0 commit comments

Comments
 (0)