Skip to content

Commit db9ed7a

Browse files
committed
Clean up CI workflows and remove placeholder example files
- Remove spark-4-support branch triggers from all workflows - Standardize Java version comments to 'Java 11+ (using Java 17)' - Remove empty placeholder files: - SimpleBatchExample.scala - StreamingRateExample.scala - DEBUGGING.md - run-example.sh - Keep actual working examples in spark-4.0/examples/src/main/scala/examples/
1 parent a120333 commit db9ed7a

File tree

8 files changed

+4
-513
lines changed

8 files changed

+4
-513
lines changed

.github/workflows/check-license.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ on:
1818
branches:
1919
- "branch-*"
2020
- "main"
21-
- "spark-4-support"
2221
pull_request:
2322
branches:
2423
- "branch-*"
2524
- "main"
26-
- "spark-4-support"
2725

2826
jobs:
2927
check-license:

.github/workflows/cloud.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ on:
1919
branches:
2020
- "branch-*"
2121
- "main"
22-
- "spark-4-support"
2322
pull_request:
2423
branches:
2524
- "branch-*"
2625
- "main"
27-
- "spark-4-support"
2826
workflow_dispatch:
2927

3028
jobs:
@@ -40,15 +38,15 @@ jobs:
4038
scala: [ '2.12', '2.13' ]
4139
java: [ 8 ]
4240
include:
43-
# Spark 4.0 requires Java 17
41+
# Spark 4.0 requires Java 11+ (using Java 17)
4442
- spark: '4.0'
4543
scala: '2.13'
4644
java: 17
4745
exclude:
4846
# Spark 4.0 only supports Scala 2.13
4947
- spark: '4.0'
5048
scala: '2.12'
51-
# Spark 4.0 requires Java 11+ (will use Java 17 from include)
49+
# Spark 4.0 requires Java 11+
5250
- spark: '4.0'
5351
java: 8
5452
env:

.github/workflows/style.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ on:
1919
branches:
2020
- "branch-*"
2121
- "main"
22-
- "spark-4-support"
2322
pull_request:
2423
branches:
2524
- "branch-*"
2625
- "main"
27-
- "spark-4-support"
2826

2927
jobs:
3028
check-style:

.github/workflows/tpcds.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ on:
1919
branches:
2020
- "branch-*"
2121
- "main"
22-
- "spark-4-support"
2322
pull_request:
2423
branches:
2524
- "branch-*"
2625
- "main"
27-
- "spark-4-support"
2826

2927
jobs:
3028
run-tpcds-sf1:
@@ -36,15 +34,15 @@ jobs:
3634
scala: [ '2.12', '2.13' ]
3735
java: [ 8 ]
3836
include:
39-
# Spark 4.0 requires Java 17
37+
# Spark 4.0 requires Java 11+ (using Java 17)
4038
- spark: '4.0'
4139
scala: '2.13'
4240
java: 17
4341
exclude:
4442
# Spark 4.0 only supports Scala 2.13
4543
- spark: '4.0'
4644
scala: '2.12'
47-
# Spark 4.0 requires Java 11+ (will use Java 17 from include)
45+
# Spark 4.0 requires Java 11+
4846
- spark: '4.0'
4947
java: 8
5048
steps:

0 commit comments

Comments
 (0)