Skip to content

Commit 2e34a0e

Browse files
asm0deyJolanrensen
andcommitted
feat: Spark 3.2 support
* Updated versions and fixed one override * Removed Spark 2.4 support and renamed all 3.0 to 3.2. Co-authored-by: Jolanrensen <j.j.r.rensen@student.tue.nl>
1 parent 010f1ae commit 2e34a0e

File tree

40 files changed

+51
-5383
lines changed

40 files changed

+51
-5383
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,4 @@ jobs:
2626
restore-keys: ${{ runner.os }}-m2
2727
- name: Build with Maven
2828
run: ./mvnw -B package --file pom.xml -Pscala-2.12
29-
build-scala-11:
30-
runs-on: ubuntu-latest
31-
32-
steps:
33-
- uses: actions/checkout@v2
34-
- name: Set up JDK 8
35-
uses: actions/setup-java@v1
36-
with:
37-
java-version: 8
38-
- name: Cache Maven packages
39-
uses: actions/cache@v2
40-
with:
41-
path: ~/.m2
42-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
43-
restore-keys: ${{ runner.os }}-m2
44-
- name: Build with Maven
45-
run: ./mvnw -B package --file pom.xml -Pscala-2.11
46-
4729
# vim: ts=2:sts=2:sw=2:expandtab

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We have opened a Spark Project Improvement Proposal: [Kotlin support for Apache
2727
- [Code of Conduct](#code-of-conduct)
2828
- [License](#license)
2929

30-
## Supported versions of Apache Spark
30+
## Supported versions of Apache Spark #TODO
3131

3232
| Apache Spark | Scala | Kotlin for Apache Spark |
3333
|:------------:|:-----:|:-------------------------------:|

core/2.4/pom_2.11.xml

Lines changed: 0 additions & 71 deletions
This file was deleted.

core/2.4/pom_2.12.xml

Lines changed: 0 additions & 71 deletions
This file was deleted.

core/2.4/src/main/scala/org/apache/spark/sql/KotlinWrappers.scala

Lines changed: 0 additions & 205 deletions
This file was deleted.

0 commit comments

Comments
 (0)